| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAssociationVersionsResponse |
SsmClient.listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default CompletableFuture<ListAssociationVersionsResponse> |
SsmAsyncClient.listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default ListAssociationVersionsIterable |
SsmClient.listAssociationVersionsPaginator(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default ListAssociationVersionsPublisher |
SsmAsyncClient.listAssociationVersionsPaginator(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.Builder.associationId(String associationId)
The association ID for which you want to view all versions.
|
static ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.builder() |
ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.Builder.nextToken(String nextToken)
A token to start the list.
|
ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociationVersionsRequest.Builder |
ListAssociationVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssociationVersionsRequest.Builder> |
ListAssociationVersionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.