Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.MetricTransformation
-
Packages that use MetricTransformation Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 MetricTransformation Modifier and Type Method Description List<MetricTransformation>MetricFilter. metricTransformations()The metric transformations.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 MetricTransformation Modifier and Type Method Description MetricFilter.BuilderMetricFilter.Builder. metricTransformations(MetricTransformation... metricTransformations)The metric transformations.PutMetricFilterRequest.BuilderPutMetricFilterRequest.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 MetricTransformation Modifier and Type Method Description MetricFilter.BuilderMetricFilter.Builder. metricTransformations(Collection<MetricTransformation> metricTransformations)The metric transformations.PutMetricFilterRequest.BuilderPutMetricFilterRequest.Builder. metricTransformations(Collection<MetricTransformation> metricTransformations)A collection of information that defines how metric data gets emitted.
-