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