| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsResult |
AWSSimpleSystemsManagement.listAssociationVersions(ListAssociationVersionsRequest listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
ListAssociationVersionsResult |
AbstractAWSSimpleSystemsManagement.listAssociationVersions(ListAssociationVersionsRequest request) |
ListAssociationVersionsResult |
AWSSimpleSystemsManagementClient.listAssociationVersions(ListAssociationVersionsRequest request)
Retrieves all versions of an association for a specific association ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociationVersionsResult> |
AWSSimpleSystemsManagementAsyncClient.listAssociationVersionsAsync(ListAssociationVersionsRequest request,
AsyncHandler<ListAssociationVersionsRequest,ListAssociationVersionsResult> asyncHandler) |
Future<ListAssociationVersionsResult> |
AWSSimpleSystemsManagementAsync.listAssociationVersionsAsync(ListAssociationVersionsRequest listAssociationVersionsRequest,
AsyncHandler<ListAssociationVersionsRequest,ListAssociationVersionsResult> asyncHandler)
Retrieves all versions of an association for a specific association ID.
|
Future<ListAssociationVersionsResult> |
AbstractAWSSimpleSystemsManagementAsync.listAssociationVersionsAsync(ListAssociationVersionsRequest request,
AsyncHandler<ListAssociationVersionsRequest,ListAssociationVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsResult |
ListAssociationVersionsResult.clone() |
ListAssociationVersionsResult |
ListAssociationVersionsResult.withAssociationVersions(AssociationVersionInfo... associationVersions)
Information about all versions of the association for the specified association ID.
|
ListAssociationVersionsResult |
ListAssociationVersionsResult.withAssociationVersions(Collection<AssociationVersionInfo> associationVersions)
Information about all versions of the association for the specified association ID.
|
ListAssociationVersionsResult |
ListAssociationVersionsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2019. All rights reserved.