| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
MetricFilter |
MetricFilter.clone() |
MetricFilter |
MetricFilter.withCreationTime(Long creationTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
MetricFilter |
MetricFilter.withFilterName(String filterName)
A name for a metric or subscription filter.
|
MetricFilter |
MetricFilter.withFilterPattern(String filterPattern)
A symbolic description of how Amazon CloudWatch Logs should interpret
the data in each log event.
|
MetricFilter |
MetricFilter.withMetricTransformations(Collection<MetricTransformation> metricTransformations)
Sets the value of the MetricTransformations property for this object.
|
MetricFilter |
MetricFilter.withMetricTransformations(MetricTransformation... metricTransformations)
Sets the value of the MetricTransformations property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricFilter> |
DescribeMetricFiltersResult.getMetricFilters()
Returns the value of the MetricFilters property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMetricFiltersResult |
DescribeMetricFiltersResult.withMetricFilters(MetricFilter... metricFilters)
Sets the value of the MetricFilters property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMetricFiltersResult.setMetricFilters(Collection<MetricFilter> metricFilters)
Sets the value of the MetricFilters property for this object.
|
DescribeMetricFiltersResult |
DescribeMetricFiltersResult.withMetricFilters(Collection<MetricFilter> metricFilters)
Sets the value of the MetricFilters property for this object.
|
Copyright © 2015. All rights reserved.