Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest
Packages that use ListDashboardsRequest
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 ListDashboardsRequest in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch with parameters of type ListDashboardsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListDashboardsResponse>CloudWatchAsyncClient.listDashboards(ListDashboardsRequest listDashboardsRequest) Returns a list of the dashboards for your account.default ListDashboardsResponseCloudWatchClient.listDashboards(ListDashboardsRequest listDashboardsRequest) Returns a list of the dashboards for your account.default ListDashboardsPublisherCloudWatchAsyncClient.listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest) This is a variant ofCloudWatchAsyncClient.listDashboards(software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest)operation.default ListDashboardsIterableCloudWatchClient.listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest) This is a variant ofCloudWatchClient.listDashboards(software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest)operation. -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.cloudwatch.paginators
Constructors in software.amazon.awssdk.services.cloudwatch.paginators with parameters of type ListDashboardsRequestModifierConstructorDescriptionListDashboardsIterable(CloudWatchClient client, ListDashboardsRequest firstRequest) ListDashboardsPublisher(CloudWatchAsyncClient client, ListDashboardsRequest firstRequest) -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.cloudwatch.transform
Methods in software.amazon.awssdk.services.cloudwatch.transform with parameters of type ListDashboardsRequestModifier and TypeMethodDescriptionListDashboardsRequestMarshaller.marshall(ListDashboardsRequest listDashboardsRequest)