Uses of Class
com.amazonaws.services.identitymanagement.model.GetContextKeysForCustomPolicyRequest
Packages that use GetContextKeysForCustomPolicyRequest
Package
Description
-
Uses of GetContextKeysForCustomPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetContextKeysForCustomPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getContextKeysForCustomPolicy
(GetContextKeysForCustomPolicyRequest request) AmazonIdentityManagement.getContextKeysForCustomPolicy
(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest) Gets a list of all of the context keys referenced in the input policies.AmazonIdentityManagementClient.getContextKeysForCustomPolicy
(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest) Gets a list of all of the context keys referenced in the input policies.AbstractAmazonIdentityManagementAsync.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest request) AbstractAmazonIdentityManagementAsync.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest request, AsyncHandler<GetContextKeysForCustomPolicyRequest, GetContextKeysForCustomPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest) Gets a list of all of the context keys referenced in the input policies.AmazonIdentityManagementAsync.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest, AsyncHandler<GetContextKeysForCustomPolicyRequest, GetContextKeysForCustomPolicyResult> asyncHandler) Gets a list of all of the context keys referenced in the input policies.AmazonIdentityManagementAsyncClient.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest request) AmazonIdentityManagementAsyncClient.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest request, AsyncHandler<GetContextKeysForCustomPolicyRequest, GetContextKeysForCustomPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetContextKeysForCustomPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest request, AsyncHandler<GetContextKeysForCustomPolicyRequest, GetContextKeysForCustomPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest getContextKeysForCustomPolicyRequest, AsyncHandler<GetContextKeysForCustomPolicyRequest, GetContextKeysForCustomPolicyResult> asyncHandler) Gets a list of all of the context keys referenced in the input policies.AmazonIdentityManagementAsyncClient.getContextKeysForCustomPolicyAsync
(GetContextKeysForCustomPolicyRequest request, AsyncHandler<GetContextKeysForCustomPolicyRequest, GetContextKeysForCustomPolicyResult> asyncHandler) -
Uses of GetContextKeysForCustomPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetContextKeysForCustomPolicyRequestModifier and TypeMethodDescriptionGetContextKeysForCustomPolicyRequest.clone()
GetContextKeysForCustomPolicyRequest.withPolicyInputList
(String... policyInputList) A list of policies for which you want the list of context keys referenced in those policies.GetContextKeysForCustomPolicyRequest.withPolicyInputList
(Collection<String> policyInputList) A list of policies for which you want the list of context keys referenced in those policies.