Uses of Class
com.amazonaws.services.identitymanagement.model.GetPolicyVersionRequest
Packages that use GetPolicyVersionRequest
Package
Description
-
Uses of GetPolicyVersionRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetPolicyVersionRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getPolicyVersion
(GetPolicyVersionRequest request) AmazonIdentityManagement.getPolicyVersion
(GetPolicyVersionRequest getPolicyVersionRequest) Retrieves information about the specified version of the specified managed policy, including the policy document.AmazonIdentityManagementClient.getPolicyVersion
(GetPolicyVersionRequest getPolicyVersionRequest) Retrieves information about the specified version of the specified managed policy, including the policy document.AbstractAmazonIdentityManagementAsync.getPolicyVersionAsync
(GetPolicyVersionRequest request) AbstractAmazonIdentityManagementAsync.getPolicyVersionAsync
(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) AmazonIdentityManagementAsync.getPolicyVersionAsync
(GetPolicyVersionRequest getPolicyVersionRequest) Retrieves information about the specified version of the specified managed policy, including the policy document.AmazonIdentityManagementAsync.getPolicyVersionAsync
(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) Retrieves information about the specified version of the specified managed policy, including the policy document.AmazonIdentityManagementAsyncClient.getPolicyVersionAsync
(GetPolicyVersionRequest request) AmazonIdentityManagementAsyncClient.getPolicyVersionAsync
(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetPolicyVersionRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getPolicyVersionAsync
(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) AmazonIdentityManagementAsync.getPolicyVersionAsync
(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) Retrieves information about the specified version of the specified managed policy, including the policy document.AmazonIdentityManagementAsyncClient.getPolicyVersionAsync
(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) -
Uses of GetPolicyVersionRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetPolicyVersionRequestModifier and TypeMethodDescriptionGetPolicyVersionRequest.clone()
GetPolicyVersionRequest.withPolicyArn
(String policyArn) The Amazon Resource Name (ARN) of the managed policy that you want information about.GetPolicyVersionRequest.withVersionId
(String versionId) Identifies the policy version to retrieve.