Uses of Class
software.amazon.awssdk.services.quicksight.model.TemplateVersionSummary
-
Packages that use TemplateVersionSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of TemplateVersionSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TemplateVersionSummary Modifier and Type Method Description List<TemplateVersionSummary>ListTemplateVersionsResponse. templateVersionSummaryList()A structure containing a list of all the versions of the specified template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TemplateVersionSummary Modifier and Type Method Description ListTemplateVersionsResponse.BuilderListTemplateVersionsResponse.Builder. templateVersionSummaryList(TemplateVersionSummary... templateVersionSummaryList)A structure containing a list of all the versions of the specified template.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TemplateVersionSummary Modifier and Type Method Description ListTemplateVersionsResponse.BuilderListTemplateVersionsResponse.Builder. templateVersionSummaryList(Collection<TemplateVersionSummary> templateVersionSummaryList)A structure containing a list of all the versions of the specified template. -
Uses of TemplateVersionSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type TemplateVersionSummary Modifier and Type Method Description SdkIterable<TemplateVersionSummary>ListTemplateVersionsIterable. templateVersionSummaryList()Returns an iterable to iterate through the paginatedListTemplateVersionsResponse.templateVersionSummaryList()member.SdkPublisher<TemplateVersionSummary>ListTemplateVersionsPublisher. templateVersionSummaryList()Returns a publisher that can be used to get a stream of data.
-