Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.MetricTransformation
Packages that use MetricTransformation
-
Uses of MetricTransformation in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type MetricTransformationModifier and TypeMethodDescriptionfinal List<MetricTransformation>MetricFilter.metricTransformations()The metric transformations.final List<MetricTransformation>PutMetricFilterRequest.metricTransformations()A collection of information that defines how metric data gets emitted.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type MetricTransformationModifier and TypeMethodDescriptionMetricFilter.Builder.metricTransformations(MetricTransformation... metricTransformations) The metric transformations.PutMetricFilterRequest.Builder.metricTransformations(MetricTransformation... metricTransformations) A collection of information that defines how metric data gets emitted.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type MetricTransformationModifier and TypeMethodDescriptionMetricFilter.Builder.metricTransformations(Collection<MetricTransformation> metricTransformations) The metric transformations.PutMetricFilterRequest.Builder.metricTransformations(Collection<MetricTransformation> metricTransformations) A collection of information that defines how metric data gets emitted.