Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.StepInput
-
Packages that use StepInput Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of StepInput in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return StepInput Modifier and Type Method Description static StepInputStepInput. fromIntegerValue(Integer integerValue)Create an instance of this class withintegerValue()initialized to the given value.static StepInputStepInput. fromListOfStringsValue(List<String> listOfStringsValue)Create an instance of this class withlistOfStringsValue()initialized to the given value.static StepInputStepInput. fromMapOfStringValue(Map<String,String> mapOfStringValue)Create an instance of this class withmapOfStringValue()initialized to the given value.static StepInputStepInput. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type StepInput Modifier and Type Method Description Map<String,StepInput>CreateWorkflowRequest. inputParameters()The input parameters required to create a migration workflow.Map<String,StepInput>UpdateWorkflowRequest. inputParameters()The input parameters required to update a migration workflow.Map<String,StepInput>CreateWorkflowResponse. workflowInputs()The inputs for creating a migration workflow.Map<String,StepInput>GetWorkflowResponse. workflowInputs()The inputs required for creating the migration workflow.Map<String,StepInput>UpdateWorkflowResponse. workflowInputs()The inputs required to update a migration workflow.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type StepInput Modifier and Type Method Description CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. inputParameters(Map<String,StepInput> inputParameters)The input parameters required to create a migration workflow.UpdateWorkflowRequest.BuilderUpdateWorkflowRequest.Builder. inputParameters(Map<String,StepInput> inputParameters)The input parameters required to update a migration workflow.CreateWorkflowResponse.BuilderCreateWorkflowResponse.Builder. workflowInputs(Map<String,StepInput> workflowInputs)The inputs for creating a migration workflow.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. workflowInputs(Map<String,StepInput> workflowInputs)The inputs required for creating the migration workflow.UpdateWorkflowResponse.BuilderUpdateWorkflowResponse.Builder. workflowInputs(Map<String,StepInput> workflowInputs)The inputs required to update a migration workflow.
-