| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
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.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopAutomationExecutionResult> |
AbstractAWSSimpleSystemsManagementAsync.stopAutomationExecutionAsync(StopAutomationExecutionRequest request,
AsyncHandler<StopAutomationExecutionRequest,StopAutomationExecutionResult> asyncHandler) |
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.
|
| 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.