| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution |
AutomationExecution.addOutputsEntry(String key,
List<String> value) |
AutomationExecution |
AutomationExecution.addParametersEntry(String key,
List<String> value) |
AutomationExecution |
AutomationExecution.clearOutputsEntries()
Removes all the entries added into Outputs.
|
AutomationExecution |
AutomationExecution.clearParametersEntries()
Removes all the entries added into Parameters.
|
AutomationExecution |
AutomationExecution.clone() |
AutomationExecution |
GetAutomationExecutionResult.getAutomationExecution()
Detailed information about the current state of an automation execution.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The execution status of the Automation.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionStatus(String automationExecutionStatus)
The execution status of the Automation.
|
AutomationExecution |
AutomationExecution.withDocumentName(String documentName)
The name of the Automation document used during the execution.
|
AutomationExecution |
AutomationExecution.withDocumentVersion(String documentVersion)
The version of the document to use during execution.
|
AutomationExecution |
AutomationExecution.withExecutionEndTime(Date executionEndTime)
The time the execution finished.
|
AutomationExecution |
AutomationExecution.withExecutionStartTime(Date executionStartTime)
The time the execution started.
|
AutomationExecution |
AutomationExecution.withFailureMessage(String failureMessage)
A message describing why an execution has failed, if the status is set to Failed.
|
AutomationExecution |
AutomationExecution.withOutputs(Map<String,List<String>> outputs)
The list of execution outputs as defined in the automation document.
|
AutomationExecution |
AutomationExecution.withParameters(Map<String,List<String>> parameters)
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
|
AutomationExecution |
AutomationExecution.withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
AutomationExecution |
AutomationExecution.withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAutomationExecutionResult.setAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
GetAutomationExecutionResult |
GetAutomationExecutionResult.withAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
Copyright © 2017. All rights reserved.