Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.WorkflowStepOutputUnion
-
Packages that use WorkflowStepOutputUnion Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of WorkflowStepOutputUnion in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return WorkflowStepOutputUnion Modifier and Type Method Description static WorkflowStepOutputUnionWorkflowStepOutputUnion. fromIntegerValue(Integer integerValue)Create an instance of this class withintegerValue()initialized to the given value.static WorkflowStepOutputUnionWorkflowStepOutputUnion. fromListOfStringValue(List<String> listOfStringValue)Create an instance of this class withlistOfStringValue()initialized to the given value.static WorkflowStepOutputUnionWorkflowStepOutputUnion. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.WorkflowStepOutputUnionWorkflowStepOutput. value()The value of the output.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type WorkflowStepOutputUnion Modifier and Type Method Description WorkflowStepOutput.BuilderWorkflowStepOutput.Builder. value(WorkflowStepOutputUnion value)The value of the output.
-