Uses of Class
software.amazon.awssdk.services.transfer.model.WorkflowStepType
-
Packages that use WorkflowStepType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of WorkflowStepType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return WorkflowStepType Modifier and Type Method Description static WorkflowStepTypeWorkflowStepType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowStepTypeExecutionStepResult. stepType()One of the available step types.WorkflowStepTypeWorkflowStep. type()Currently, the following step types are supported.static WorkflowStepTypeWorkflowStepType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStepType[]WorkflowStepType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type WorkflowStepType Modifier and Type Method Description static Set<WorkflowStepType>WorkflowStepType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type WorkflowStepType Modifier and Type Method Description ExecutionStepResult.BuilderExecutionStepResult.Builder. stepType(WorkflowStepType stepType)One of the available step types.WorkflowStep.BuilderWorkflowStep.Builder. type(WorkflowStepType type)Currently, the following step types are supported.
-