| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartAutomationExecutionResult> |
AWSSimpleSystemsManagementAsyncClient.startAutomationExecutionAsync(StartAutomationExecutionRequest request,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler) |
Future<StartAutomationExecutionResult> |
AWSSimpleSystemsManagementAsync.startAutomationExecutionAsync(StartAutomationExecutionRequest startAutomationExecutionRequest,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler)
Initiates execution of an Automation document.
|
Future<StartAutomationExecutionResult> |
AbstractAWSSimpleSystemsManagementAsync.startAutomationExecutionAsync(StartAutomationExecutionRequest request,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.addParametersEntry(String key,
List<String> value) |
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.clone() |
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withDocumentName(String documentName)
The name of the Automation document to use for this execution.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withDocumentVersion(String documentVersion)
The version of the Automation document to use for this execution.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withParameters(Map<String,List<String>> parameters)
A key-value map of execution parameters, which match the declared parameters in the Automation document.
|
Copyright © 2017. All rights reserved.