Uses of Class
software.amazon.awssdk.services.cloudwatch.paginators.ListDashboardsPublisher
-
Packages that use ListDashboardsPublisher Package Description software.amazon.awssdk.services.cloudwatch Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on Amazon Web Services in real time. -
-
Uses of ListDashboardsPublisher in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return ListDashboardsPublisher Modifier and Type Method Description default ListDashboardsPublisherCloudWatchAsyncClient. listDashboardsPaginator()Returns a list of the dashboards for your account.default ListDashboardsPublisherCloudWatchAsyncClient. listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Returns a list of the dashboards for your account.default ListDashboardsPublisherCloudWatchAsyncClient. listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest)Returns a list of the dashboards for your account.
-