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 MetricTransformation
MetricTransformation. clone()
MetricTransformation
MetricTransformation. withMetricName(String metricName)
MetricTransformation
MetricTransformation. withMetricNamespace(String metricNamespace)
MetricTransformation
MetricTransformation. 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 MetricFilter
MetricFilter. withMetricTransformations(MetricTransformation... metricTransformations)
NOTE: This method appends the values to the existing list (if any).PutMetricFilterRequest
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 MetricTransformation Modifier and Type Method Description void
MetricFilter. setMetricTransformations(Collection<MetricTransformation> metricTransformations)
void
PutMetricFilterRequest. setMetricTransformations(Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets emitted.MetricFilter
MetricFilter. withMetricTransformations(Collection<MetricTransformation> metricTransformations)
PutMetricFilterRequest
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 MetricTransformation Constructor Description PutMetricFilterRequest(String logGroupName, String filterName, String filterPattern, List<MetricTransformation> metricTransformations)
Constructs a new PutMetricFilterRequest object.
-