| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopAutomationExecutionResult> |
AWSSimpleSystemsManagementAsyncClient.stopAutomationExecutionAsync(StopAutomationExecutionRequest request,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler) |
Future<StopAutomationExecutionResult> |
AbstractAWSSimpleSystemsManagementAsync.stopAutomationExecutionAsync(StopAutomationExecutionRequest request,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler) |
Future<StopAutomationExecutionResult> |
AWSSimpleSystemsManagementAsync.stopAutomationExecutionAsync(StopAutomationExecutionRequest stopAutomationExecutionRequest,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler)
Stop an Automation that is currently running.
|
| Modifier and Type | Method and Description |
|---|---|
StopAutomationExecutionRequest |
StopAutomationExecutionRequest.clone() |
StopAutomationExecutionRequest |
StopAutomationExecutionRequest.withAutomationExecutionId(String automationExecutionId)
The execution ID of the Automation to stop.
|
StopAutomationExecutionRequest |
StopAutomationExecutionRequest.withType(StopType type)
The stop request type.
|
StopAutomationExecutionRequest |
StopAutomationExecutionRequest.withType(String type)
The stop request type.
|
Copyright © 2022. All rights reserved.