Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.TemplateStepGroupSummary
-
Packages that use TemplateStepGroupSummary Package Description software.amazon.awssdk.services.migrationhuborchestrator.model software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of TemplateStepGroupSummary in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type TemplateStepGroupSummary Modifier and Type Method Description List<TemplateStepGroupSummary>ListTemplateStepGroupsResponse. templateStepGroupSummary()The summary of the step group in the template.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type TemplateStepGroupSummary Modifier and Type Method Description ListTemplateStepGroupsResponse.BuilderListTemplateStepGroupsResponse.Builder. templateStepGroupSummary(TemplateStepGroupSummary... templateStepGroupSummary)The summary of the step group in the template.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type TemplateStepGroupSummary Modifier and Type Method Description ListTemplateStepGroupsResponse.BuilderListTemplateStepGroupsResponse.Builder. templateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)The summary of the step group in the template. -
Uses of TemplateStepGroupSummary in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type TemplateStepGroupSummary Modifier and Type Method Description SdkIterable<TemplateStepGroupSummary>ListTemplateStepGroupsIterable. templateStepGroupSummary()Returns an iterable to iterate through the paginatedListTemplateStepGroupsResponse.templateStepGroupSummary()member.SdkPublisher<TemplateStepGroupSummary>ListTemplateStepGroupsPublisher. templateStepGroupSummary()Returns a publisher that can be used to get a stream of data.
-