Uses of Class
com.amazonaws.services.identitymanagement.model.GetContextKeysForPrincipalPolicyRequest
Packages that use GetContextKeysForPrincipalPolicyRequest
Package
Description
-
Uses of GetContextKeysForPrincipalPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetContextKeysForPrincipalPolicyRequestModifier 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.AbstractAmazonIdentityManagementAsync.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 GetContextKeysForPrincipalPolicyRequestModifier 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 GetContextKeysForPrincipalPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetContextKeysForPrincipalPolicyRequestModifier and TypeMethodDescriptionGetContextKeysForPrincipalPolicyRequest.clone()
GetContextKeysForPrincipalPolicyRequest.withPolicyInputList
(String... policyInputList) An optional list of additional policies for which you want the list of context keys that are referenced.GetContextKeysForPrincipalPolicyRequest.withPolicyInputList
(Collection<String> policyInputList) An optional list of additional policies for which you want the list of context keys that are referenced.GetContextKeysForPrincipalPolicyRequest.withPolicySourceArn
(String policySourceArn) The ARN of a user, group, or role whose policies contain the context keys that you want listed.