Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationWorkflowStatusEnum
-
Packages that use MigrationWorkflowStatusEnum Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of MigrationWorkflowStatusEnum in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return MigrationWorkflowStatusEnum Modifier and Type Method Description static MigrationWorkflowStatusEnumMigrationWorkflowStatusEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationWorkflowStatusEnumCreateWorkflowResponse. status()The status of the migration workflow.MigrationWorkflowStatusEnumDeleteWorkflowResponse. status()The status of the migration workflow.MigrationWorkflowStatusEnumGetWorkflowResponse. status()The status of the migration workflow.MigrationWorkflowStatusEnumListWorkflowsRequest. status()The status of the migration workflow.MigrationWorkflowStatusEnumMigrationWorkflowSummary. status()The status of the migration workflow.MigrationWorkflowStatusEnumStartWorkflowResponse. status()The status of the migration workflow.MigrationWorkflowStatusEnumStopWorkflowResponse. status()The status of the migration workflow.MigrationWorkflowStatusEnumUpdateWorkflowResponse. status()The status of the migration workflow.static MigrationWorkflowStatusEnumMigrationWorkflowStatusEnum. 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.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type MigrationWorkflowStatusEnum Modifier and Type Method Description static Set<MigrationWorkflowStatusEnum>MigrationWorkflowStatusEnum. knownValues()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type MigrationWorkflowStatusEnum Modifier and Type Method Description CreateWorkflowResponse.BuilderCreateWorkflowResponse.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.DeleteWorkflowResponse.BuilderDeleteWorkflowResponse.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.MigrationWorkflowSummary.BuilderMigrationWorkflowSummary.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.StartWorkflowResponse.BuilderStartWorkflowResponse.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.StopWorkflowResponse.BuilderStopWorkflowResponse.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.UpdateWorkflowResponse.BuilderUpdateWorkflowResponse.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.
-