Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DashboardSummary
-
Packages that use DashboardSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of DashboardSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type DashboardSummary Modifier and Type Method Description List<DashboardSummary>ListDashboardsResponse. dashboardSummaries()A list that summarizes each dashboard in the project.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type DashboardSummary Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardSummaries(DashboardSummary... dashboardSummaries)A list that summarizes each dashboard in the project.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type DashboardSummary Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardSummaries(Collection<DashboardSummary> dashboardSummaries)A list that summarizes each dashboard in the project. -
Uses of DashboardSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type DashboardSummary Modifier and Type Method Description SdkIterable<DashboardSummary>ListDashboardsIterable. dashboardSummaries()Returns an iterable to iterate through the paginatedListDashboardsResponse.dashboardSummaries()member.SdkPublisher<DashboardSummary>ListDashboardsPublisher. dashboardSummaries()Returns a publisher that can be used to get a stream of data.
-