| 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<CancelMaintenanceWindowExecutionResponse> |
SsmAsyncClient.cancelMaintenanceWindowExecution(Consumer<CancelMaintenanceWindowExecutionRequest.Builder> cancelMaintenanceWindowExecutionRequest)
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't
already starting running.
|
default CancelMaintenanceWindowExecutionResponse |
SsmClient.cancelMaintenanceWindowExecution(Consumer<CancelMaintenanceWindowExecutionRequest.Builder> cancelMaintenanceWindowExecutionRequest)
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't
already starting running.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelMaintenanceWindowExecutionRequest.Builder |
CancelMaintenanceWindowExecutionRequest.builder() |
CancelMaintenanceWindowExecutionRequest.Builder |
CancelMaintenanceWindowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelMaintenanceWindowExecutionRequest.Builder |
CancelMaintenanceWindowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelMaintenanceWindowExecutionRequest.Builder |
CancelMaintenanceWindowExecutionRequest.toBuilder() |
CancelMaintenanceWindowExecutionRequest.Builder |
CancelMaintenanceWindowExecutionRequest.Builder.windowExecutionId(String windowExecutionId)
The ID of the maintenance window execution to stop.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelMaintenanceWindowExecutionRequest.Builder> |
CancelMaintenanceWindowExecutionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.