| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTransformation |
MetricTransformation.clone() |
MetricTransformation |
MetricTransformation.withMetricName(String metricName)
The name of the CloudWatch metric to which the monitored log
information should be published.
|
MetricTransformation |
MetricTransformation.withMetricNamespace(String metricNamespace)
The destination namespace of the new CloudWatch metric.
|
MetricTransformation |
MetricTransformation.withMetricValue(String metricValue)
What to publish to the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricTransformation> |
MetricFilter.getMetricTransformations()
Returns the value of the MetricTransformations property for this
object.
|
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)
Sets the value of the MetricTransformations property for this object.
|
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)
Sets the value of the MetricTransformations property for this object.
|
void |
PutMetricFilterRequest.setMetricTransformations(Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets
emitted.
|
MetricFilter |
MetricFilter.withMetricTransformations(Collection<MetricTransformation> metricTransformations)
Sets the value of the MetricTransformations property for this object.
|
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 © 2015. All rights reserved.