Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.TemplateInput
-
Packages that use TemplateInput Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of TemplateInput in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>GetTemplateResponse. inputs()The inputs provided for the creation of the migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type TemplateInput Modifier and Type Method Description GetTemplateResponse.BuilderGetTemplateResponse.Builder. inputs(TemplateInput... inputs)The inputs provided for the creation of the migration workflow.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type TemplateInput Modifier and Type Method Description GetTemplateResponse.BuilderGetTemplateResponse.Builder. inputs(Collection<TemplateInput> inputs)The inputs provided for the creation of the migration workflow.
-