| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default StopAutomationExecutionResponse |
SSMClient.stopAutomationExecution(Consumer<StopAutomationExecutionRequest.Builder> stopAutomationExecutionRequest)
Stop an Automation that is currently executing.
|
default StopAutomationExecutionResponse |
SSMClient.stopAutomationExecution(StopAutomationExecutionRequest stopAutomationExecutionRequest)
Stop an Automation that is currently executing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopAutomationExecutionResponse> |
SSMAsyncClient.stopAutomationExecution(Consumer<StopAutomationExecutionRequest.Builder> stopAutomationExecutionRequest)
Stop an Automation that is currently executing.
|
default CompletableFuture<StopAutomationExecutionResponse> |
SSMAsyncClient.stopAutomationExecution(StopAutomationExecutionRequest stopAutomationExecutionRequest)
Stop an Automation that is currently executing.
|
| Modifier and Type | Method and Description |
|---|---|
StopAutomationExecutionResponse |
StopAutomationExecutionResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.