Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetDashboardResponse
Packages that use GetDashboardResponse
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 GetDashboardResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return GetDashboardResponseModifier and TypeMethodDescriptiondefault GetDashboardResponseCloudWatchClient.getDashboard(Consumer<GetDashboardRequest.Builder> getDashboardRequest) Displays the details of the dashboard that you specify.default GetDashboardResponseCloudWatchClient.getDashboard(GetDashboardRequest getDashboardRequest) Displays the details of the dashboard that you specify.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type GetDashboardResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetDashboardResponse>CloudWatchAsyncClient.getDashboard(Consumer<GetDashboardRequest.Builder> getDashboardRequest) Displays the details of the dashboard that you specify.default CompletableFuture<GetDashboardResponse>CloudWatchAsyncClient.getDashboard(GetDashboardRequest getDashboardRequest) Displays the details of the dashboard that you specify.