| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopAutomationExecutionResult> |
AWSSimpleSystemsManagementAsyncClient.stopAutomationExecutionAsync(StopAutomationExecutionRequest request,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler) |
Future<StopAutomationExecutionResult> |
AWSSimpleSystemsManagementAsync.stopAutomationExecutionAsync(StopAutomationExecutionRequest stopAutomationExecutionRequest,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler)
Stop an Automation that is currently running.
|
Future<StopAutomationExecutionResult> |
AbstractAWSSimpleSystemsManagementAsync.stopAutomationExecutionAsync(StopAutomationExecutionRequest request,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler) |
| 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 © 2019. All rights reserved.