Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MetricTransformation> |
PutMetricFilterRequest.metricTransformations
A collection of information needed to define how metric data gets
emitted.
|
private SdkInternalList<MetricTransformation> |
MetricFilter.metricTransformations |
Modifier and Type | Method and Description |
---|---|
MetricTransformation |
MetricTransformation.clone() |
MetricTransformation |
MetricTransformation.withMetricName(java.lang.String metricName) |
MetricTransformation |
MetricTransformation.withMetricNamespace(java.lang.String metricNamespace) |
MetricTransformation |
MetricTransformation.withMetricValue(java.lang.String metricValue) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricTransformation> |
PutMetricFilterRequest.getMetricTransformations()
A collection of information needed to define how metric data gets
emitted.
|
java.util.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(java.util.Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets
emitted.
|
void |
MetricFilter.setMetricTransformations(java.util.Collection<MetricTransformation> metricTransformations) |
PutMetricFilterRequest |
PutMetricFilterRequest.withMetricTransformations(java.util.Collection<MetricTransformation> metricTransformations)
A collection of information needed to define how metric data gets
emitted.
|
MetricFilter |
MetricFilter.withMetricTransformations(java.util.Collection<MetricTransformation> metricTransformations) |
Constructor and Description |
---|
PutMetricFilterRequest(java.lang.String logGroupName,
java.lang.String filterName,
java.lang.String filterPattern,
java.util.List<MetricTransformation> metricTransformations)
Constructs a new PutMetricFilterRequest object.
|
Modifier and Type | Method and Description |
---|---|
MetricTransformation |
MetricTransformationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MetricTransformationJsonMarshaller.marshall(MetricTransformation metricTransformation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|