| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
MetricTransformation |
MetricTransformation.clone() |
MetricTransformation |
MetricTransformation.withDefaultValue(Double defaultValue)
(Optional) A default value to emit when a filter pattern does not match a log event.
|
MetricTransformation |
MetricTransformation.withMetricName(String metricName)
Name of the metric.
|
MetricTransformation |
MetricTransformation.withMetricNamespace(String metricNamespace)
Namespace to which the metric belongs.
|
MetricTransformation |
MetricTransformation.withMetricValue(String metricValue)
A string representing a value to publish to this metric when a filter pattern matches a log event.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricTransformation> |
PutMetricFilterRequest.getMetricTransformations()
A collection of information needed to define how metric data gets emitted.
|
List<MetricTransformation> |
MetricFilter.getMetricTransformations() |
| Modifier and Type | Method and Description |
|---|---|
PutMetricFilterRequest |
PutMetricFilterRequest.withMetricTransformations(MetricTransformation... metricTransformations)
A collection of information needed to define how metric data gets emitted.
|
MetricFilter |
MetricFilter.withMetricTransformations(MetricTransformation... metricTransformations)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutMetricFilterRequest.setMetricTransformations(Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets emitted.
|
void |
MetricFilter.setMetricTransformations(Collection<MetricTransformation> metricTransformations) |
PutMetricFilterRequest |
PutMetricFilterRequest.withMetricTransformations(Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets emitted.
|
MetricFilter |
MetricFilter.withMetricTransformations(Collection<MetricTransformation> metricTransformations) |
| Constructor and Description |
|---|
PutMetricFilterRequest(String logGroupName,
String filterName,
String filterPattern,
List<MetricTransformation> metricTransformations)
Constructs a new PutMetricFilterRequest object.
|
Copyright © 2016. All rights reserved.