| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static AutomationExecutionStatus |
AutomationExecutionStatus.fromValue(String value)
Use this in place of valueOf.
|
static AutomationExecutionStatus |
AutomationExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomationExecutionStatus[] |
AutomationExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationExecution.setAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The execution status of the Automation.
|
void |
AutomationExecutionMetadata.setAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
void |
StepExecution.setStepStatus(AutomationExecutionStatus stepStatus)
The execution status for this step.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The execution status of the Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
StepExecution |
StepExecution.withStepStatus(AutomationExecutionStatus stepStatus)
The execution status for this step.
|
Copyright © 2019. All rights reserved.