Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.TemplateSummary
-
Packages that use TemplateSummary Package Description software.amazon.awssdk.services.migrationhuborchestrator.model software.amazon.awssdk.services.migrationhuborchestrator.paginators -
-
Uses of TemplateSummary in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type TemplateSummary Modifier and Type Method Description List<TemplateSummary>ListTemplatesResponse. templateSummary()The summary of the template.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type TemplateSummary Modifier and Type Method Description ListTemplatesResponse.BuilderListTemplatesResponse.Builder. templateSummary(TemplateSummary... templateSummary)The summary of the template.Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type TemplateSummary Modifier and Type Method Description ListTemplatesResponse.BuilderListTemplatesResponse.Builder. templateSummary(Collection<TemplateSummary> templateSummary)The summary of the template. -
Uses of TemplateSummary in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type TemplateSummary Modifier and Type Method Description SdkIterable<TemplateSummary>ListTemplatesIterable. templateSummary()Returns an iterable to iterate through the paginatedListTemplatesResponse.templateSummary()member.SdkPublisher<TemplateSummary>ListTemplatesPublisher. templateSummary()Returns a publisher that can be used to get a stream of data.
-