Uses of Class
software.amazon.awssdk.services.quicksight.model.ThemeSummary
-
Packages that use ThemeSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ThemeSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThemeSummary Modifier and Type Method Description List<ThemeSummary>ListThemesResponse. themeSummaryList()Information about the themes in the list.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ThemeSummary Modifier and Type Method Description ListThemesResponse.BuilderListThemesResponse.Builder. themeSummaryList(ThemeSummary... themeSummaryList)Information about the themes in the list.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ThemeSummary Modifier and Type Method Description ListThemesResponse.BuilderListThemesResponse.Builder. themeSummaryList(Collection<ThemeSummary> themeSummaryList)Information about the themes in the list. -
Uses of ThemeSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ThemeSummary Modifier and Type Method Description SdkIterable<ThemeSummary>ListThemesIterable. themeSummaryList()Returns an iterable to iterate through the paginatedListThemesResponse.themeSummaryList()member.SdkPublisher<ThemeSummary>ListThemesPublisher. themeSummaryList()Returns a publisher that can be used to get a stream of data.
-