Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricStreamStatisticsConfiguration
Packages that use MetricStreamStatisticsConfiguration
-
Uses of MetricStreamStatisticsConfiguration in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStreamStatisticsConfigurationModifier and TypeMethodDescriptionGetMetricStreamResponse.statisticsConfigurations()Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.PutMetricStreamRequest.statisticsConfigurations()By default, a metric stream always sends theMAX,MIN,SUM, andSAMPLECOUNTstatistics for each metric that is streamed.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricStreamStatisticsConfigurationModifier and TypeMethodDescriptionGetMetricStreamResponse.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.statisticsConfigurations(MetricStreamStatisticsConfiguration... statisticsConfigurations) By default, a metric stream always sends theMAX,MIN,SUM, andSAMPLECOUNTstatistics for each metric that is streamed.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricStreamStatisticsConfigurationModifier and TypeMethodDescriptionGetMetricStreamResponse.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.statisticsConfigurations(Collection<MetricStreamStatisticsConfiguration> statisticsConfigurations) By default, a metric stream always sends theMAX,MIN,SUM, andSAMPLECOUNTstatistics for each metric that is streamed.