| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDocumentVersionsResult> |
AWSSimpleSystemsManagementAsyncClient.listDocumentVersionsAsync(ListDocumentVersionsRequest request,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler) |
Future<ListDocumentVersionsResult> |
AbstractAWSSimpleSystemsManagementAsync.listDocumentVersionsAsync(ListDocumentVersionsRequest request,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler) |
Future<ListDocumentVersionsResult> |
AWSSimpleSystemsManagementAsync.listDocumentVersionsAsync(ListDocumentVersionsRequest listDocumentVersionsRequest,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler)
List all versions for a document.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentVersionsRequest |
ListDocumentVersionsRequest.clone() |
ListDocumentVersionsRequest |
ListDocumentVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDocumentVersionsRequest |
ListDocumentVersionsRequest.withName(String name)
The name of the document.
|
ListDocumentVersionsRequest |
ListDocumentVersionsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2022. All rights reserved.