Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.TemplateSource
-
Packages that use TemplateSource Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of TemplateSource in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return TemplateSource Modifier and Type Method Description static TemplateSourceTemplateSource. fromWorkflowId(String workflowId)Create an instance of this class withworkflowId()initialized to the given value.TemplateSourceCreateTemplateRequest. templateSource()The source of the migration workflow template.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type TemplateSource Modifier and Type Method Description CreateTemplateRequest.BuilderCreateTemplateRequest.Builder. templateSource(TemplateSource templateSource)The source of the migration workflow template.
-