| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCommandsResponse> |
SsmAsyncClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
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 ListCommandsPublisher |
SsmAsyncClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCommandsRequest.Builder |
ListCommandsRequest.builder() |
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.commandId(String commandId)
(Optional) If provided, lists only the specified command.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.filters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.filters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.filters(Consumer<CommandFilter.Builder>... filters)
(Optional) One or more filters.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.instanceId(String instanceId)
(Optional) Lists commands issued against this instance ID.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.maxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.nextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCommandsRequest.Builder |
ListCommandsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCommandsRequest.Builder> |
ListCommandsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.