Uses of Class
com.amazonaws.services.identitymanagement.model.GetPolicyVersionResult
Packages that use GetPolicyVersionResult
Package
Description
-
Uses of GetPolicyVersionResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetPolicyVersionResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetPolicyVersionResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 GetPolicyVersionResultModifier 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 GetPolicyVersionResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetPolicyVersionResultModifier and TypeMethodDescriptionGetPolicyVersionResult.clone()
GetPolicyVersionResult.withPolicyVersion
(PolicyVersion policyVersion) A structure containing details about the policy version.