| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDocumentVersionsResult> |
AWSSimpleSystemsManagementAsyncClient.listDocumentVersionsAsync(ListDocumentVersionsRequest request,
AsyncHandler<ListDocumentVersionsRequest,ListDocumentVersionsResult> asyncHandler) |
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) |
| 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 about which you want version information.
|
ListDocumentVersionsRequest |
ListDocumentVersionsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2019. All rights reserved.