Uses of Class
software.amazon.awssdk.services.cloudwatch.model.PutDashboardResponse
Packages that use PutDashboardResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of PutDashboardResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return PutDashboardResponseModifier and TypeMethodDescriptiondefault PutDashboardResponseCloudWatchClient.putDashboard(Consumer<PutDashboardRequest.Builder> putDashboardRequest) Creates a dashboard if it does not already exist, or updates an existing dashboard.default PutDashboardResponseCloudWatchClient.putDashboard(PutDashboardRequest putDashboardRequest) Creates a dashboard if it does not already exist, or updates an existing dashboard.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type PutDashboardResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PutDashboardResponse>CloudWatchAsyncClient.putDashboard(Consumer<PutDashboardRequest.Builder> putDashboardRequest) Creates a dashboard if it does not already exist, or updates an existing dashboard.default CompletableFuture<PutDashboardResponse>CloudWatchAsyncClient.putDashboard(PutDashboardRequest putDashboardRequest) Creates a dashboard if it does not already exist, or updates an existing dashboard.