Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.TemplateStepSummary
-
Packages that use TemplateStepSummary Package Description software.amazon.awssdk.services.migrationhuborchestrator.model software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of TemplateStepSummary in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type TemplateStepSummary Modifier and Type Method Description List<TemplateStepSummary>ListTemplateStepsResponse. templateStepSummaryList()The list of summaries of steps in a template.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type TemplateStepSummary Modifier and Type Method Description ListTemplateStepsResponse.BuilderListTemplateStepsResponse.Builder. templateStepSummaryList(TemplateStepSummary... templateStepSummaryList)The list of summaries of steps in a template.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type TemplateStepSummary Modifier and Type Method Description ListTemplateStepsResponse.BuilderListTemplateStepsResponse.Builder. templateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)The list of summaries of steps in a template. -
Uses of TemplateStepSummary in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type TemplateStepSummary Modifier and Type Method Description SdkIterable<TemplateStepSummary>ListTemplateStepsIterable. templateStepSummaryList()Returns an iterable to iterate through the paginatedListTemplateStepsResponse.templateStepSummaryList()member.SdkPublisher<TemplateStepSummary>ListTemplateStepsPublisher. templateStepSummaryList()Returns a publisher that can be used to get a stream of data.
-