Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.WorkflowStepOutput
-
Packages that use WorkflowStepOutput Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of WorkflowStepOutput in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type WorkflowStepOutput Modifier and Type Method Description List<WorkflowStepOutput>CreateWorkflowStepRequest. outputs()The key value pairs added for the expected output.List<WorkflowStepOutput>GetWorkflowStepResponse. outputs()The outputs of the step.List<WorkflowStepOutput>UpdateWorkflowStepRequest. outputs()The outputs of a step.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type WorkflowStepOutput Modifier and Type Method Description CreateWorkflowStepRequest.BuilderCreateWorkflowStepRequest.Builder. outputs(WorkflowStepOutput... outputs)The key value pairs added for the expected output.GetWorkflowStepResponse.BuilderGetWorkflowStepResponse.Builder. outputs(WorkflowStepOutput... outputs)The outputs of the step.UpdateWorkflowStepRequest.BuilderUpdateWorkflowStepRequest.Builder. outputs(WorkflowStepOutput... outputs)The outputs of a step.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type WorkflowStepOutput Modifier and Type Method Description CreateWorkflowStepRequest.BuilderCreateWorkflowStepRequest.Builder. outputs(Collection<WorkflowStepOutput> outputs)The key value pairs added for the expected output.GetWorkflowStepResponse.BuilderGetWorkflowStepResponse.Builder. outputs(Collection<WorkflowStepOutput> outputs)The outputs of the step.UpdateWorkflowStepRequest.BuilderUpdateWorkflowStepRequest.Builder. outputs(Collection<WorkflowStepOutput> outputs)The outputs of a step.
-