Uses of Class
com.amazonaws.services.logs.model.MetricTransformation
-
Packages that use MetricTransformation Package Description com.amazonaws.services.logs.model -
-
Uses of MetricTransformation in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return MetricTransformation Modifier and Type Method Description MetricTransformationMetricTransformation. clone()MetricTransformationMetricTransformation. withMetricName(String metricName)MetricTransformationMetricTransformation. withMetricNamespace(String metricNamespace)MetricTransformationMetricTransformation. withMetricValue(String metricValue)Methods in com.amazonaws.services.logs.model that return types with arguments of type MetricTransformation Modifier and Type Method Description List<MetricTransformation>MetricFilter. getMetricTransformations()List<MetricTransformation>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 MetricTransformation Modifier and Type Method Description MetricFilterMetricFilter. withMetricTransformations(MetricTransformation... metricTransformations)NOTE: This method appends the values to the existing list (if any).PutMetricFilterRequestPutMetricFilterRequest. 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 MetricTransformation Modifier and Type Method Description voidMetricFilter. setMetricTransformations(Collection<MetricTransformation> metricTransformations)voidPutMetricFilterRequest. setMetricTransformations(Collection<MetricTransformation> metricTransformations)A collection of information needed to define how metric data gets emitted.MetricFilterMetricFilter. withMetricTransformations(Collection<MetricTransformation> metricTransformations)PutMetricFilterRequestPutMetricFilterRequest. 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 MetricTransformation Constructor Description PutMetricFilterRequest(String logGroupName, String filterName, String filterPattern, List<MetricTransformation> metricTransformations)Constructs a new PutMetricFilterRequest object.
-