| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociationVersionsResult> |
AWSSimpleSystemsManagementAsyncClient.listAssociationVersionsAsync(ListAssociationVersionsRequest request,
AsyncHandler<ListAssociationVersionsRequest,ListAssociationVersionsResult> asyncHandler) |
Future<ListAssociationVersionsResult> |
AbstractAWSSimpleSystemsManagementAsync.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.
|
| 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 © 2022. All rights reserved.