| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowState |
WorkflowState.clone() |
WorkflowState |
WorkflowSummary.getState()
Describes the current state of the workflow resource.
|
WorkflowState |
Workflow.getState()
Describes the current status of the workflow and the reason for that status.
|
WorkflowState |
WorkflowState.withReason(String reason)
Describes how or why the workflow changed state.
|
WorkflowState |
WorkflowState.withStatus(String status)
The current state of the workflow.
|
WorkflowState |
WorkflowState.withStatus(WorkflowStatus status)
The current state of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowSummary.setState(WorkflowState state)
Describes the current state of the workflow resource.
|
void |
Workflow.setState(WorkflowState state)
Describes the current status of the workflow and the reason for that status.
|
WorkflowSummary |
WorkflowSummary.withState(WorkflowState state)
Describes the current state of the workflow resource.
|
Workflow |
Workflow.withState(WorkflowState state)
Describes the current status of the workflow and the reason for that status.
|
Copyright © 2023. All rights reserved.