| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static StepGroupStatus |
StepGroupStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StepGroupStatus |
WorkflowStepGroupSummary.status()
The status of the step group.
|
StepGroupStatus |
GetTemplateStepGroupResponse.status()
The status of the step group.
|
StepGroupStatus |
GetWorkflowStepGroupResponse.status()
The status of the step group.
|
static StepGroupStatus |
StepGroupStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepGroupStatus[] |
StepGroupStatus.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<StepGroupStatus> |
StepGroupStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepGroupSummary.Builder |
WorkflowStepGroupSummary.Builder.status(StepGroupStatus status)
The status of the step group.
|
GetTemplateStepGroupResponse.Builder |
GetTemplateStepGroupResponse.Builder.status(StepGroupStatus status)
The status of the step group.
|
GetWorkflowStepGroupResponse.Builder |
GetWorkflowStepGroupResponse.Builder.status(StepGroupStatus status)
The status of the step group.
|
Copyright © 2023. All rights reserved.