| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListCommandsResponse |
SSMClient.listCommands()
Lists the commands requested by users of the AWS account.
|
default ListCommandsResponse |
SSMClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsResponse |
SSMClient.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCommandsResponse> |
SSMAsyncClient.listCommands()
Lists the commands requested by users of the AWS account.
|
default CompletableFuture<ListCommandsResponse> |
SSMAsyncClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default CompletableFuture<ListCommandsResponse> |
SSMAsyncClient.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCommandsResponse> |
ListCommandsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListCommandsPublisher |
ListCommandsPublisher.resume(ListCommandsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListCommandsIterable |
ListCommandsIterable.resume(ListCommandsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCommandsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCommandsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListCommandsResponse |
ListCommandsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.