| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| 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 © 2023. All rights reserved.