| 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 CompletableFuture<ListCommandsResponse> |
SSMAsyncClient.listCommands(ListCommandsRequest 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.
|
default ListCommandsPublisher |
SSMAsyncClient.listCommandsPaginator(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsIterable |
SSMClient.listCommandsPaginator(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
| Constructor and Description |
|---|
ListCommandsIterable(SSMClient client,
ListCommandsRequest firstRequest) |
ListCommandsPublisher(SSMAsyncClient client,
ListCommandsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ListCommandsRequest> |
ListCommandsRequestMarshaller.marshall(ListCommandsRequest listCommandsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ListCommandsRequest> |
ListCommandsRequestMarshaller.marshall(ListCommandsRequest listCommandsRequest) |
void |
ListCommandsRequestModelMarshaller.marshall(ListCommandsRequest listCommandsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.