| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsResult |
AbstractAWSSimpleSystemsManagement.listAssociationVersions(ListAssociationVersionsRequest request) |
ListAssociationVersionsResult |
AWSSimpleSystemsManagementClient.listAssociationVersions(ListAssociationVersionsRequest request)
Retrieves all versions of an association for a specific association ID.
|
ListAssociationVersionsResult |
AWSSimpleSystemsManagement.listAssociationVersions(ListAssociationVersionsRequest listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociationVersionsResult> |
AbstractAWSSimpleSystemsManagementAsync.listAssociationVersionsAsync(ListAssociationVersionsRequest request,
AsyncHandler<ListAssociationVersionsRequest,ListAssociationVersionsResult> asyncHandler) |
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.
|
| 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 © 2022. All rights reserved.