Uses of Class
com.amazonaws.services.logs.model.MetricFilter
Packages that use MetricFilter
-
Uses of MetricFilter in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return MetricFilterModifier and TypeMethodDescriptionMetricFilter.clone()MetricFilter.withCreationTime(Long creationTime) MetricFilter.withFilterName(String filterName) MetricFilter.withFilterPattern(String filterPattern) MetricFilter.withMetricTransformations(MetricTransformation... metricTransformations) NOTE: This method appends the values to the existing list (if any).MetricFilter.withMetricTransformations(Collection<MetricTransformation> metricTransformations) Methods in com.amazonaws.services.logs.model that return types with arguments of type MetricFilterMethods in com.amazonaws.services.logs.model with parameters of type MetricFilterModifier and TypeMethodDescriptionDescribeMetricFiltersResult.withMetricFilters(MetricFilter... metricFilters) NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.logs.model with type arguments of type MetricFilterModifier and TypeMethodDescriptionvoidDescribeMetricFiltersResult.setMetricFilters(Collection<MetricFilter> metricFilters) DescribeMetricFiltersResult.withMetricFilters(Collection<MetricFilter> metricFilters)