| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model | |
| software.amazon.awssdk.services.cloudwatchlogs.transform |
| Modifier and Type | Method and Description |
|---|---|
List<MetricTransformation> |
PutMetricFilterRequest.metricTransformations()
A collection of information needed to define how metric data gets emitted.
|
List<MetricTransformation> |
MetricFilter.metricTransformations()
The metric transformations.
|
| Modifier and Type | Method and Description |
|---|---|
PutMetricFilterRequest.Builder |
PutMetricFilterRequest.Builder.metricTransformations(MetricTransformation... metricTransformations)
A collection of information needed to define how metric data gets emitted.
|
MetricFilter.Builder |
MetricFilter.Builder.metricTransformations(MetricTransformation... metricTransformations)
The metric transformations.
|
| Modifier and Type | Method and Description |
|---|---|
PutMetricFilterRequest.Builder |
PutMetricFilterRequest.Builder.metricTransformations(Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets emitted.
|
MetricFilter.Builder |
MetricFilter.Builder.metricTransformations(Collection<MetricTransformation> metricTransformations)
The metric transformations.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTransformation |
MetricTransformationUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricTransformationMarshaller.marshall(MetricTransformation metricTransformation,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.