| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| 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 Amazon Web Services account.
|
default ListCommandsResponse |
SsmClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsPublisher |
SsmAsyncClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services 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 managed node 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 © 2022. All rights reserved.