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 GetPolicyVersionResult
AbstractAmazonIdentityManagement. getPolicyVersion(GetPolicyVersionRequest request)
GetPolicyVersionResult
AmazonIdentityManagement. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)
Retrieves information about the specified version of the specified managed policy, including the policy document.GetPolicyVersionResult
AmazonIdentityManagementClient. 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 GetPolicyVersionRequest
GetPolicyVersionRequest. clone()
GetPolicyVersionRequest
GetPolicyVersionRequest. withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the managed policy that you want information about.GetPolicyVersionRequest
GetPolicyVersionRequest. withVersionId(String versionId)
Identifies the policy version to retrieve.
-