Uses of Class
com.amazonaws.services.identitymanagement.model.GetPolicyRequest
Packages that use GetPolicyRequest
Package
Description
-
Uses of GetPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getPolicy
(GetPolicyRequest request) AmazonIdentityManagement.getPolicy
(GetPolicyRequest getPolicyRequest) Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.AmazonIdentityManagementClient.getPolicy
(GetPolicyRequest getPolicyRequest) Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.AbstractAmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest request) AbstractAmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest) Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.AmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.AmazonIdentityManagementAsyncClient.getPolicyAsync
(GetPolicyRequest request) AmazonIdentityManagementAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) AmazonIdentityManagementAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.AmazonIdentityManagementAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) -
Uses of GetPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetPolicyRequestModifier and TypeMethodDescriptionGetPolicyRequest.clone()
GetPolicyRequest.withPolicyArn
(String policyArn) The Amazon Resource Name (ARN) of the managed policy that you want information about.