| 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 |
|---|---|
ListDocumentVersionsResult |
AbstractAWSSimpleSystemsManagement.listDocumentVersions(ListDocumentVersionsRequest request) |
ListDocumentVersionsResult |
AWSSimpleSystemsManagement.listDocumentVersions(ListDocumentVersionsRequest listDocumentVersionsRequest)
List all versions for a document.
|
ListDocumentVersionsResult |
AWSSimpleSystemsManagementClient.listDocumentVersions(ListDocumentVersionsRequest request)
List all versions for a document.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDocumentVersionsResult> |
AWSSimpleSystemsManagementAsync.listDocumentVersionsAsync(ListDocumentVersionsRequest listDocumentVersionsRequest,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler)
List all versions for a document.
|
Future<ListDocumentVersionsResult> |
AbstractAWSSimpleSystemsManagementAsync.listDocumentVersionsAsync(ListDocumentVersionsRequest request,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler) |
Future<ListDocumentVersionsResult> |
AWSSimpleSystemsManagementAsyncClient.listDocumentVersionsAsync(ListDocumentVersionsRequest request,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDocumentVersionsResult |
ListDocumentVersionsResult.clone() |
ListDocumentVersionsResult |
ListDocumentVersionsResult.withDocumentVersions(Collection<DocumentVersionInfo> documentVersions)
The document versions.
|
ListDocumentVersionsResult |
ListDocumentVersionsResult.withDocumentVersions(DocumentVersionInfo... documentVersions)
The document versions.
|
ListDocumentVersionsResult |
ListDocumentVersionsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2021. All rights reserved.