| 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 |
|---|---|
StartAutomationExecutionResult |
AbstractAWSSimpleSystemsManagement.startAutomationExecution(StartAutomationExecutionRequest request) |
StartAutomationExecutionResult |
AWSSimpleSystemsManagement.startAutomationExecution(StartAutomationExecutionRequest startAutomationExecutionRequest)
Initiates execution of an Automation runbook.
|
StartAutomationExecutionResult |
AWSSimpleSystemsManagementClient.startAutomationExecution(StartAutomationExecutionRequest request)
Initiates execution of an Automation runbook.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartAutomationExecutionResult> |
AWSSimpleSystemsManagementAsync.startAutomationExecutionAsync(StartAutomationExecutionRequest startAutomationExecutionRequest,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler)
Initiates execution of an Automation runbook.
|
Future<StartAutomationExecutionResult> |
AbstractAWSSimpleSystemsManagementAsync.startAutomationExecutionAsync(StartAutomationExecutionRequest request,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler) |
Future<StartAutomationExecutionResult> |
AWSSimpleSystemsManagementAsyncClient.startAutomationExecutionAsync(StartAutomationExecutionRequest request,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartAutomationExecutionResult |
StartAutomationExecutionResult.clone() |
StartAutomationExecutionResult |
StartAutomationExecutionResult.withAutomationExecutionId(String automationExecutionId)
The unique ID of a newly scheduled automation execution.
|
Copyright © 2021. All rights reserved.