Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DeleteDashboardsResponse
Packages that use DeleteDashboardsResponse
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 DeleteDashboardsResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return DeleteDashboardsResponseModifier and TypeMethodDescriptiondefault DeleteDashboardsResponseCloudWatchClient.deleteDashboards(Consumer<DeleteDashboardsRequest.Builder> deleteDashboardsRequest) Deletes all dashboards that you specify.default DeleteDashboardsResponseCloudWatchClient.deleteDashboards(DeleteDashboardsRequest deleteDashboardsRequest) Deletes all dashboards that you specify.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type DeleteDashboardsResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.deleteDashboards(Consumer<DeleteDashboardsRequest.Builder> deleteDashboardsRequest) Deletes all dashboards that you specify.CloudWatchAsyncClient.deleteDashboards(DeleteDashboardsRequest deleteDashboardsRequest) Deletes all dashboards that you specify.