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