| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyVersionsResult |
AmazonIdentityManagementClient.listPolicyVersions(ListPolicyVersionsRequest listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
ListPolicyVersionsResult |
AmazonIdentityManagement.listPolicyVersions(ListPolicyVersionsRequest listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
Future<ListPolicyVersionsResult> |
AmazonIdentityManagementAsync.listPolicyVersionsAsync(ListPolicyVersionsRequest listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
Future<ListPolicyVersionsResult> |
AmazonIdentityManagementAsyncClient.listPolicyVersionsAsync(ListPolicyVersionsRequest listPolicyVersionsRequest)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
Future<ListPolicyVersionsResult> |
AmazonIdentityManagementAsync.listPolicyVersionsAsync(ListPolicyVersionsRequest listPolicyVersionsRequest,
AsyncHandler<ListPolicyVersionsRequest,ListPolicyVersionsResult> asyncHandler)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
Future<ListPolicyVersionsResult> |
AmazonIdentityManagementAsyncClient.listPolicyVersionsAsync(ListPolicyVersionsRequest listPolicyVersionsRequest,
AsyncHandler<ListPolicyVersionsRequest,ListPolicyVersionsResult> asyncHandler)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPolicyVersionsResult> |
AmazonIdentityManagementAsync.listPolicyVersionsAsync(ListPolicyVersionsRequest listPolicyVersionsRequest,
AsyncHandler<ListPolicyVersionsRequest,ListPolicyVersionsResult> asyncHandler)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
Future<ListPolicyVersionsResult> |
AmazonIdentityManagementAsyncClient.listPolicyVersionsAsync(ListPolicyVersionsRequest listPolicyVersionsRequest,
AsyncHandler<ListPolicyVersionsRequest,ListPolicyVersionsResult> asyncHandler)
Lists information about the versions of the specified managed policy,
including the version that is set as the policy's default version.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyVersionsRequest |
ListPolicyVersionsRequest.clone() |
ListPolicyVersionsRequest |
ListPolicyVersionsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListPolicyVersionsRequest |
ListPolicyVersionsRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of items you want in the response.
|
ListPolicyVersionsRequest |
ListPolicyVersionsRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN).
|
Copyright © 2015. All rights reserved.