| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionMetadata |
AutomationExecutionMetadata.addOutputsEntry(String key,
List<String> value) |
AutomationExecutionMetadata |
AutomationExecutionMetadata.clearOutputsEntries()
Removes all the entries added into Outputs.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.clone() |
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionStatus(String automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withDocumentName(String documentName)
The name of the Automation document used during execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withDocumentVersion(String documentVersion)
The document version used during the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withExecutedBy(String executedBy)
The IAM role ARN of the user who executed the Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withExecutionEndTime(Date executionEndTime)
The time the execution finished.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withExecutionStartTime(Date executionStartTime)
The time the execution started.>
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withLogFile(String logFile)
An Amazon S3 bucket where execution information is stored.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withOutputs(Map<String,List<String>> outputs)
The list of execution outputs as defined in the Automation document.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationExecutionMetadata> |
DescribeAutomationExecutionsResult.getAutomationExecutionMetadataList()
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withAutomationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutomationExecutionsResult.setAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
Copyright © 2017. All rights reserved.