| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
List<MetricStreamStatisticsMetric> |
MetricStreamStatisticsConfiguration.includeMetrics()
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
| Modifier and Type | Method and Description |
|---|---|
MetricStreamStatisticsConfiguration.Builder |
MetricStreamStatisticsConfiguration.Builder.includeMetrics(MetricStreamStatisticsMetric... includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
| Modifier and Type | Method and Description |
|---|---|
MetricStreamStatisticsConfiguration.Builder |
MetricStreamStatisticsConfiguration.Builder.includeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
Copyright © 2023. All rights reserved.