| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStepExecutionStatus |
WorkflowStepExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkflowStepExecutionStatus |
WorkflowStepMetadata.status()
Runtime status for the workflow step.
|
WorkflowStepExecutionStatus |
GetWorkflowStepExecutionResponse.status()
The current status for the specified runtime version of the workflow step.
|
static WorkflowStepExecutionStatus |
WorkflowStepExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowStepExecutionStatus[] |
WorkflowStepExecutionStatus.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<WorkflowStepExecutionStatus> |
WorkflowStepExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepMetadata.Builder |
WorkflowStepMetadata.Builder.status(WorkflowStepExecutionStatus status)
Runtime status for the workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.status(WorkflowStepExecutionStatus status)
The current status for the specified runtime version of the workflow step.
|
Copyright © 2023. All rights reserved.