| 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 ListDocumentVersionsResponse |
SsmClient.listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)
List all versions for a document.
|
default CompletableFuture<ListDocumentVersionsResponse> |
SsmAsyncClient.listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)
List all versions for a document.
|
default ListDocumentVersionsIterable |
SsmClient.listDocumentVersionsPaginator(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)
List all versions for a document.
|
default ListDocumentVersionsPublisher |
SsmAsyncClient.listDocumentVersionsPaginator(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)
List all versions for a document.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.builder() |
ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.Builder.name(String name)
The name of the document.
|
ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDocumentVersionsRequest.Builder |
ListDocumentVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDocumentVersionsRequest.Builder> |
ListDocumentVersionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.