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