Uses of Class
com.amazonaws.services.identitymanagement.model.GetContextKeysForPrincipalPolicyResult
Packages that use GetContextKeysForPrincipalPolicyResult
Package
Description
-
Uses of GetContextKeysForPrincipalPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetContextKeysForPrincipalPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getContextKeysForPrincipalPolicy
(GetContextKeysForPrincipalPolicyRequest request) AmazonIdentityManagement.getContextKeysForPrincipalPolicy
(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest) Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity.AmazonIdentityManagementClient.getContextKeysForPrincipalPolicy
(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest) Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetContextKeysForPrincipalPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest request) AbstractAmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest request, AsyncHandler<GetContextKeysForPrincipalPolicyRequest, GetContextKeysForPrincipalPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest) Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity.AmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest, AsyncHandler<GetContextKeysForPrincipalPolicyRequest, GetContextKeysForPrincipalPolicyResult> asyncHandler) Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity.AmazonIdentityManagementAsyncClient.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest request) AmazonIdentityManagementAsyncClient.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest request, AsyncHandler<GetContextKeysForPrincipalPolicyRequest, GetContextKeysForPrincipalPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetContextKeysForPrincipalPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest request, AsyncHandler<GetContextKeysForPrincipalPolicyRequest, GetContextKeysForPrincipalPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest, AsyncHandler<GetContextKeysForPrincipalPolicyRequest, GetContextKeysForPrincipalPolicyResult> asyncHandler) Gets a list of all of the context keys referenced in all of the IAM policies attached to the specified IAM entity.AmazonIdentityManagementAsyncClient.getContextKeysForPrincipalPolicyAsync
(GetContextKeysForPrincipalPolicyRequest request, AsyncHandler<GetContextKeysForPrincipalPolicyRequest, GetContextKeysForPrincipalPolicyResult> asyncHandler) -
Uses of GetContextKeysForPrincipalPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetContextKeysForPrincipalPolicyResultModifier and TypeMethodDescriptionGetContextKeysForPrincipalPolicyResult.clone()
GetContextKeysForPrincipalPolicyResult.withContextKeyNames
(String... contextKeyNames) The list of context keys that are referenced in the input policies.GetContextKeysForPrincipalPolicyResult.withContextKeyNames
(Collection<String> contextKeyNames) The list of context keys that are referenced in the input policies.