| 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.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run this task in parallel.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops running the automation on additional targets.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMode(ExecutionMode mode)
The execution mode of the automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMode(String mode)
The execution mode of the automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withParameters(Map<String,List<String>> parameters)
A key-value map of execution parameters, which match the declared parameters in the Automation document.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetMaps(Map<String,List<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetParameterName(String targetParameterName)
The name of the parameter used as the target resource for the rate-controlled execution.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargets(Collection<Target> targets)
A key-value mapping to target resources.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargets(Target... targets)
A key-value mapping to target resources.
|
Copyright © 2018. All rights reserved.