| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
List<MetricStreamStatisticsConfiguration> |
GetMetricStreamResponse.statisticsConfigurations()
Each entry in this array displays information about one or more metrics that include additional statistics in the
metric stream.
|
List<MetricStreamStatisticsConfiguration> |
PutMetricStreamRequest.statisticsConfigurations()
By default, a metric stream always sends the
MAX, MIN, SUM, and
SAMPLECOUNT statistics for each metric that is streamed. |
| Modifier and Type | Method and Description |
|---|---|
GetMetricStreamResponse.Builder |
GetMetricStreamResponse.Builder.statisticsConfigurations(MetricStreamStatisticsConfiguration... statisticsConfigurations)
Each entry in this array displays information about one or more metrics that include additional statistics in
the metric stream.
|
PutMetricStreamRequest.Builder |
PutMetricStreamRequest.Builder.statisticsConfigurations(MetricStreamStatisticsConfiguration... statisticsConfigurations)
By default, a metric stream always sends the
MAX, MIN, SUM, and
SAMPLECOUNT statistics for each metric that is streamed. |
| Modifier and Type | Method and Description |
|---|---|
GetMetricStreamResponse.Builder |
GetMetricStreamResponse.Builder.statisticsConfigurations(Collection<MetricStreamStatisticsConfiguration> statisticsConfigurations)
Each entry in this array displays information about one or more metrics that include additional statistics in
the metric stream.
|
PutMetricStreamRequest.Builder |
PutMetricStreamRequest.Builder.statisticsConfigurations(Collection<MetricStreamStatisticsConfiguration> statisticsConfigurations)
By default, a metric stream always sends the
MAX, MIN, SUM, and
SAMPLECOUNT statistics for each metric that is streamed. |
Copyright © 2023. All rights reserved.