Uses of Class
software.amazon.awssdk.services.quicksight.model.ThemeVersionSummary
-
Packages that use ThemeVersionSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ThemeVersionSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThemeVersionSummary Modifier and Type Method Description List<ThemeVersionSummary>ListThemeVersionsResponse. themeVersionSummaryList()A structure containing a list of all the versions of the specified theme.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ThemeVersionSummary Modifier and Type Method Description ListThemeVersionsResponse.BuilderListThemeVersionsResponse.Builder. themeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)A structure containing a list of all the versions of the specified theme.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ThemeVersionSummary Modifier and Type Method Description ListThemeVersionsResponse.BuilderListThemeVersionsResponse.Builder. themeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)A structure containing a list of all the versions of the specified theme. -
Uses of ThemeVersionSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ThemeVersionSummary Modifier and Type Method Description SdkIterable<ThemeVersionSummary>ListThemeVersionsIterable. themeVersionSummaryList()Returns an iterable to iterate through the paginatedListThemeVersionsResponse.themeVersionSummaryList()member.SdkPublisher<ThemeVersionSummary>ListThemeVersionsPublisher. themeVersionSummaryList()Returns a publisher that can be used to get a stream of data.
-