| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionStatus |
AutomationExecutionMetadata.automationExecutionStatus()
The status of the execution.
|
AutomationExecutionStatus |
AutomationExecution.automationExecutionStatus()
The execution status of the Automation.
|
static AutomationExecutionStatus |
AutomationExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AutomationExecutionStatus |
StepExecution.stepStatus()
The execution status for this step.
|
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 |
|---|---|
static Set<AutomationExecutionStatus> |
AutomationExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The execution status of the Automation.
|
StepExecution.Builder |
StepExecution.Builder.stepStatus(AutomationExecutionStatus stepStatus)
The execution status for this step.
|
Copyright © 2020. All rights reserved.