Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ListDashboardsResponse
Packages that use ListDashboardsResponse
Package
Description
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 ListDashboardsResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return ListDashboardsResponseModifier and TypeMethodDescriptiondefault ListDashboardsResponseCloudWatchClient.listDashboards()Returns a list of the dashboards for your account.default ListDashboardsResponseCloudWatchClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) Returns a list of the dashboards for your account.default ListDashboardsResponseCloudWatchClient.listDashboards(ListDashboardsRequest listDashboardsRequest) Returns a list of the dashboards for your account.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type ListDashboardsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListDashboardsResponse>CloudWatchAsyncClient.listDashboards()Returns a list of the dashboards for your account.default CompletableFuture<ListDashboardsResponse>CloudWatchAsyncClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) Returns a list of the dashboards for your account.default CompletableFuture<ListDashboardsResponse>CloudWatchAsyncClient.listDashboards(ListDashboardsRequest listDashboardsRequest) Returns a list of the dashboards for your account. -
Uses of ListDashboardsResponse in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type ListDashboardsResponseMethod parameters in software.amazon.awssdk.services.cloudwatch.paginators with type arguments of type ListDashboardsResponseModifier and TypeMethodDescriptionvoidListDashboardsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDashboardsResponse> subscriber)