Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
MetricTransformation |
MetricTransformation.clone() |
MetricTransformation |
MetricTransformation.withMetricName(String metricName) |
MetricTransformation |
MetricTransformation.withMetricNamespace(String metricNamespace) |
MetricTransformation |
MetricTransformation.withMetricValue(String metricValue) |
Modifier and Type | Method and Description |
---|---|
List<MetricTransformation> |
MetricFilter.getMetricTransformations() |
List<MetricTransformation> |
PutMetricFilterRequest.getMetricTransformations()
A collection of information needed to define how metric data gets
emitted.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 and Description |
---|
PutMetricFilterRequest(String logGroupName,
String filterName,
String filterPattern,
List<MetricTransformation> metricTransformations)
Constructs a new PutMetricFilterRequest object.
|
Copyright © 2018. All rights reserved.