Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricStreamStatisticsMetric
-
Packages that use MetricStreamStatisticsMetric Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of MetricStreamStatisticsMetric in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStreamStatisticsMetric Modifier and Type Method Description List<MetricStreamStatisticsMetric>MetricStreamStatisticsConfiguration. includeMetrics()An array of metric name and namespace pairs that stream the additional statistics listed in the value of theAdditionalStatisticsparameter.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricStreamStatisticsMetric Modifier and Type Method Description MetricStreamStatisticsConfiguration.BuilderMetricStreamStatisticsConfiguration.Builder. includeMetrics(MetricStreamStatisticsMetric... includeMetrics)An array of metric name and namespace pairs that stream the additional statistics listed in the value of theAdditionalStatisticsparameter.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricStreamStatisticsMetric Modifier and Type Method Description MetricStreamStatisticsConfiguration.BuilderMetricStreamStatisticsConfiguration.Builder. includeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics)An array of metric name and namespace pairs that stream the additional statistics listed in the value of theAdditionalStatisticsparameter.
-