Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricStreamStatisticsMetric
Packages that use MetricStreamStatisticsMetric
-
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 MetricStreamStatisticsMetricModifier and TypeMethodDescriptionfinal 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 MetricStreamStatisticsMetricModifier and TypeMethodDescriptionMetricStreamStatisticsConfiguration.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 MetricStreamStatisticsMetricModifier and TypeMethodDescriptionMetricStreamStatisticsConfiguration.Builder.includeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics) An array of metric name and namespace pairs that stream the additional statistics listed in the value of theAdditionalStatisticsparameter.