Uses of Class
com.amazonaws.services.identitymanagement.model.GetPolicyVersionRequest
-
Packages that use GetPolicyVersionRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetPolicyVersionRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetPolicyVersionRequest Modifier and Type Method Description GetPolicyVersionResultAbstractAmazonIdentityManagement. getPolicyVersion(GetPolicyVersionRequest request)GetPolicyVersionResultAmazonIdentityManagement. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.GetPolicyVersionResultAmazonIdentityManagementClient. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.Future<GetPolicyVersionResult>AbstractAmazonIdentityManagementAsync. getPolicyVersionAsync(GetPolicyVersionRequest request)Future<GetPolicyVersionResult>AbstractAmazonIdentityManagementAsync. getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Future<GetPolicyVersionResult>AmazonIdentityManagementAsync. getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.Future<GetPolicyVersionResult>AmazonIdentityManagementAsync. getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Retrieves information about the specified version of the specified managed policy, including the policy document.Future<GetPolicyVersionResult>AmazonIdentityManagementAsyncClient. getPolicyVersionAsync(GetPolicyVersionRequest request)Future<GetPolicyVersionResult>AmazonIdentityManagementAsyncClient. getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetPolicyVersionRequest Modifier and Type Method Description Future<GetPolicyVersionResult>AbstractAmazonIdentityManagementAsync. getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Future<GetPolicyVersionResult>AmazonIdentityManagementAsync. getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Retrieves information about the specified version of the specified managed policy, including the policy document.Future<GetPolicyVersionResult>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 GetPolicyVersionRequest Modifier and Type Method Description GetPolicyVersionRequestGetPolicyVersionRequest. clone()GetPolicyVersionRequestGetPolicyVersionRequest. withPolicyArn(String policyArn)The Amazon Resource Name (ARN) of the managed policy that you want information about.GetPolicyVersionRequestGetPolicyVersionRequest. withVersionId(String versionId)Identifies the policy version to retrieve.
-