Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.StepOutput
-
Packages that use StepOutput Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of StepOutput in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type StepOutput Modifier and Type Method Description List<StepOutput>GetTemplateStepResponse. outputs()The outputs of the step.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type StepOutput Modifier and Type Method Description GetTemplateStepResponse.BuilderGetTemplateStepResponse.Builder. outputs(StepOutput... outputs)The outputs of the step.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type StepOutput Modifier and Type Method Description GetTemplateStepResponse.BuilderGetTemplateStepResponse.Builder. outputs(Collection<StepOutput> outputs)The outputs of the step.
-