| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| 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 |
|---|---|
ListAssociationVersionsRequest |
ListAssociationVersionsRequest.clone() |
ListAssociationVersionsRequest |
ListAssociationVersionsRequest.withAssociationId(String associationId)
The association ID for which you want to view all versions.
|
ListAssociationVersionsRequest |
ListAssociationVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListAssociationVersionsRequest |
ListAssociationVersionsRequest.withNextToken(String nextToken)
A token to start the list.
|
Copyright © 2020. All rights reserved.