Uses of Class
software.amazon.awssdk.services.quicksight.model.DashboardSummary
-
Packages that use DashboardSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of DashboardSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardSummary Modifier and Type Method Description List<DashboardSummary>ListDashboardsResponse. dashboardSummaryList()A structure that contains all of the dashboards in your Amazon Web Services account.List<DashboardSummary>SearchDashboardsResponse. dashboardSummaryList()The list of dashboards owned by the user specified inFiltersin your request.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DashboardSummary Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardSummaryList(DashboardSummary... dashboardSummaryList)A structure that contains all of the dashboards in your Amazon Web Services account.SearchDashboardsResponse.BuilderSearchDashboardsResponse.Builder. dashboardSummaryList(DashboardSummary... dashboardSummaryList)The list of dashboards owned by the user specified inFiltersin your request.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DashboardSummary Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)A structure that contains all of the dashboards in your Amazon Web Services account.SearchDashboardsResponse.BuilderSearchDashboardsResponse.Builder. dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)The list of dashboards owned by the user specified inFiltersin your request. -
Uses of DashboardSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type DashboardSummary Modifier and Type Method Description SdkIterable<DashboardSummary>ListDashboardsIterable. dashboardSummaryList()Returns an iterable to iterate through the paginatedListDashboardsResponse.dashboardSummaryList()member.SdkPublisher<DashboardSummary>ListDashboardsPublisher. dashboardSummaryList()Returns a publisher that can be used to get a stream of data.SdkIterable<DashboardSummary>SearchDashboardsIterable. dashboardSummaryList()Returns an iterable to iterate through the paginatedSearchDashboardsResponse.dashboardSummaryList()member.SdkPublisher<DashboardSummary>SearchDashboardsPublisher. dashboardSummaryList()Returns a publisher that can be used to get a stream of data.
-