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