Uses of Class
software.amazon.awssdk.services.quicksight.model.DashboardVersionSummary
-
Packages that use DashboardVersionSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of DashboardVersionSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardVersionSummary Modifier and Type Method Description List<DashboardVersionSummary>ListDashboardVersionsResponse. dashboardVersionSummaryList()A structure that contains information about each version of the dashboard.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DashboardVersionSummary Modifier and Type Method Description ListDashboardVersionsResponse.BuilderListDashboardVersionsResponse.Builder. dashboardVersionSummaryList(DashboardVersionSummary... dashboardVersionSummaryList)A structure that contains information about each version of the dashboard.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DashboardVersionSummary Modifier and Type Method Description ListDashboardVersionsResponse.BuilderListDashboardVersionsResponse.Builder. dashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)A structure that contains information about each version of the dashboard. -
Uses of DashboardVersionSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type DashboardVersionSummary Modifier and Type Method Description SdkIterable<DashboardVersionSummary>ListDashboardVersionsIterable. dashboardVersionSummaryList()Returns an iterable to iterate through the paginatedListDashboardVersionsResponse.dashboardVersionSummaryList()member.SdkPublisher<DashboardVersionSummary>ListDashboardVersionsPublisher. dashboardVersionSummaryList()Returns a publisher that can be used to get a stream of data.
-