| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationWorkflowStatusEnum |
MigrationWorkflowStatusEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MigrationWorkflowStatusEnum |
DeleteWorkflowResponse.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
UpdateWorkflowResponse.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
StartWorkflowResponse.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
MigrationWorkflowSummary.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
GetWorkflowResponse.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
StopWorkflowResponse.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
ListWorkflowsRequest.status()
The status of the migration workflow.
|
MigrationWorkflowStatusEnum |
CreateWorkflowResponse.status()
The status of the migration workflow.
|
static MigrationWorkflowStatusEnum |
MigrationWorkflowStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationWorkflowStatusEnum[] |
MigrationWorkflowStatusEnum.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<MigrationWorkflowStatusEnum> |
MigrationWorkflowStatusEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkflowResponse.Builder |
DeleteWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
UpdateWorkflowResponse.Builder |
UpdateWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
MigrationWorkflowSummary.Builder |
MigrationWorkflowSummary.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StopWorkflowResponse.Builder |
StopWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
Copyright © 2023. All rights reserved.