Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetMetricStatisticsResponse
Packages that use GetMetricStatisticsResponse
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 GetMetricStatisticsResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return GetMetricStatisticsResponseModifier and TypeMethodDescriptiondefault GetMetricStatisticsResponseCloudWatchClient.getMetricStatistics(Consumer<GetMetricStatisticsRequest.Builder> getMetricStatisticsRequest) Gets statistics for the specified metric.default GetMetricStatisticsResponseCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest) Gets statistics for the specified metric.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type GetMetricStatisticsResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.getMetricStatistics(Consumer<GetMetricStatisticsRequest.Builder> getMetricStatisticsRequest) Gets statistics for the specified metric.CloudWatchAsyncClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest) Gets statistics for the specified metric.