Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DashboardEntry
Packages that use DashboardEntry
Package
Description
-
Uses of DashboardEntry in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DashboardEntryModifier and TypeMethodDescriptionfinal List<DashboardEntry>ListDashboardsResponse.dashboardEntries()The list of matching dashboards.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type DashboardEntryModifier and TypeMethodDescriptionListDashboardsResponse.Builder.dashboardEntries(DashboardEntry... dashboardEntries) The list of matching dashboards.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type DashboardEntryModifier and TypeMethodDescriptionListDashboardsResponse.Builder.dashboardEntries(Collection<DashboardEntry> dashboardEntries) The list of matching dashboards. -
Uses of DashboardEntry in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type DashboardEntryModifier and TypeMethodDescriptionfinal SdkIterable<DashboardEntry>ListDashboardsIterable.dashboardEntries()Returns an iterable to iterate through the paginatedListDashboardsResponse.dashboardEntries()member.final SdkPublisher<DashboardEntry>ListDashboardsPublisher.dashboardEntries()Returns a publisher that can be used to get a stream of data.