| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.
|
| Modifier and Type | Method and Description |
|---|---|
default GetMetricStatisticsResponse |
CloudWatchClient.getMetricStatistics(Consumer<GetMetricStatisticsRequest.Builder> getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
default GetMetricStatisticsResponse |
CloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
default PutMetricDataResponse |
CloudWatchClient.putMetricData(Consumer<PutMetricDataRequest.Builder> putMetricDataRequest)
Publishes metric data points to Amazon CloudWatch.
|
default PutMetricDataResponse |
CloudWatchClient.putMetricData(PutMetricDataRequest putMetricDataRequest)
Publishes metric data points to Amazon CloudWatch.
|
Copyright © 2021. All rights reserved.