Uses of Class
com.amazonaws.services.identitymanagement.model.GetContextKeysForCustomPolicyResult
Packages that use GetContextKeysForCustomPolicyResult
Package
Description
-
Uses of GetContextKeysForCustomPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetContextKeysForCustomPolicyResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetContextKeysForCustomPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 GetContextKeysForCustomPolicyResultModifier 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 GetContextKeysForCustomPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetContextKeysForCustomPolicyResultModifier and TypeMethodDescriptionGetContextKeysForCustomPolicyResult.clone()
GetContextKeysForCustomPolicyResult.withContextKeyNames
(String... contextKeyNames) The list of context keys that are referenced in the input policies.GetContextKeysForCustomPolicyResult.withContextKeyNames
(Collection<String> contextKeyNames) The list of context keys that are referenced in the input policies.