Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.WorkflowStepOutputUnion.Type
-
Packages that use WorkflowStepOutputUnion.Type Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of WorkflowStepOutputUnion.Type in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return WorkflowStepOutputUnion.Type Modifier and Type Method Description WorkflowStepOutputUnion.TypeWorkflowStepOutputUnion. type()Retrieve an enum value representing which member of this object is populated.static WorkflowStepOutputUnion.TypeWorkflowStepOutputUnion.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStepOutputUnion.Type[]WorkflowStepOutputUnion.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-