Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations 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 © 2024. All rights reserved.