Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DashboardEntry
-
Packages that use DashboardEntry Package Description software.amazon.awssdk.services.cloudwatch.model software.amazon.awssdk.services.cloudwatch.paginators -
-
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 DashboardEntry Modifier and Type Method Description List<DashboardEntry>ListDashboardsResponse. dashboardEntries()The list of matching dashboards.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type DashboardEntry Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.Builder. dashboardEntries(DashboardEntry... dashboardEntries)The list of matching dashboards.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type DashboardEntry Modifier and Type Method Description ListDashboardsResponse.BuilderListDashboardsResponse.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 DashboardEntry Modifier and Type Method Description SdkIterable<DashboardEntry>ListDashboardsIterable. dashboardEntries()Returns an iterable to iterate through the paginatedListDashboardsResponse.dashboardEntries()member.SdkPublisher<DashboardEntry>ListDashboardsPublisher. dashboardEntries()Returns a publisher that can be used to get a stream of data.
-