Uses of Class
com.amazonaws.services.logs.model.MetricTransformation
Packages that use MetricTransformation
-
Uses of MetricTransformation in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return MetricTransformationModifier and TypeMethodDescriptionMetricTransformation.clone()
MetricTransformation.withMetricName
(String metricName) MetricTransformation.withMetricNamespace
(String metricNamespace) MetricTransformation.withMetricValue
(String metricValue) Methods in com.amazonaws.services.logs.model that return types with arguments of type MetricTransformationModifier and TypeMethodDescriptionMetricFilter.getMetricTransformations()
PutMetricFilterRequest.getMetricTransformations()
A collection of information needed to define how metric data gets emitted.Methods in com.amazonaws.services.logs.model with parameters of type MetricTransformationModifier and TypeMethodDescriptionMetricFilter.withMetricTransformations
(MetricTransformation... metricTransformations) NOTE: This method appends the values to the existing list (if any).PutMetricFilterRequest.withMetricTransformations
(MetricTransformation... metricTransformations) A collection of information needed to define how metric data gets emitted.Method parameters in com.amazonaws.services.logs.model with type arguments of type MetricTransformationModifier and TypeMethodDescriptionvoid
MetricFilter.setMetricTransformations
(Collection<MetricTransformation> metricTransformations) void
PutMetricFilterRequest.setMetricTransformations
(Collection<MetricTransformation> metricTransformations) A collection of information needed to define how metric data gets emitted.MetricFilter.withMetricTransformations
(Collection<MetricTransformation> metricTransformations) PutMetricFilterRequest.withMetricTransformations
(Collection<MetricTransformation> metricTransformations) A collection of information needed to define how metric data gets emitted.Constructor parameters in com.amazonaws.services.logs.model with type arguments of type MetricTransformationModifierConstructorDescriptionPutMetricFilterRequest
(String logGroupName, String filterName, String filterPattern, List<MetricTransformation> metricTransformations) Constructs a new PutMetricFilterRequest object.