| 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<CancelCommandResponse> |
SsmAsyncClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest)
Attempts to cancel the command specified by the Command ID.
|
default CancelCommandResponse |
SsmClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest)
Attempts to cancel the command specified by the Command ID.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelCommandRequest.Builder |
CancelCommandRequest.builder() |
CancelCommandRequest.Builder |
CancelCommandRequest.Builder.commandId(String commandId)
The ID of the command you want to cancel.
|
CancelCommandRequest.Builder |
CancelCommandRequest.Builder.instanceIds(Collection<String> instanceIds)
(Optional) A list of managed node IDs on which you want to cancel the command.
|
CancelCommandRequest.Builder |
CancelCommandRequest.Builder.instanceIds(String... instanceIds)
(Optional) A list of managed node IDs on which you want to cancel the command.
|
CancelCommandRequest.Builder |
CancelCommandRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelCommandRequest.Builder |
CancelCommandRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelCommandRequest.Builder |
CancelCommandRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelCommandRequest.Builder> |
CancelCommandRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.