| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
MetricStreamFilter |
MetricStreamFilter.clone() |
MetricStreamFilter |
MetricStreamFilter.withMetricNames(Collection<String> metricNames)
The names of the metrics to either include or exclude from the metric stream.
|
MetricStreamFilter |
MetricStreamFilter.withMetricNames(String... metricNames)
The names of the metrics to either include or exclude from the metric stream.
|
MetricStreamFilter |
MetricStreamFilter.withNamespace(String namespace)
The name of the metric namespace for this filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricStreamFilter> |
GetMetricStreamResult.getExcludeFilters()
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not
streamed by this metric stream.
|
List<MetricStreamFilter> |
PutMetricStreamRequest.getExcludeFilters()
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that
you specify here.
|
List<MetricStreamFilter> |
GetMetricStreamResult.getIncludeFilters()
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are
streamed by this metric stream.
|
List<MetricStreamFilter> |
PutMetricStreamRequest.getIncludeFilters()
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify
here.
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricStreamResult |
GetMetricStreamResult.withExcludeFilters(MetricStreamFilter... excludeFilters)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not
streamed by this metric stream.
|
PutMetricStreamRequest |
PutMetricStreamRequest.withExcludeFilters(MetricStreamFilter... excludeFilters)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that
you specify here.
|
GetMetricStreamResult |
GetMetricStreamResult.withIncludeFilters(MetricStreamFilter... includeFilters)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are
streamed by this metric stream.
|
PutMetricStreamRequest |
PutMetricStreamRequest.withIncludeFilters(MetricStreamFilter... includeFilters)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify
here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricStreamResult.setExcludeFilters(Collection<MetricStreamFilter> excludeFilters)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not
streamed by this metric stream.
|
void |
PutMetricStreamRequest.setExcludeFilters(Collection<MetricStreamFilter> excludeFilters)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that
you specify here.
|
void |
GetMetricStreamResult.setIncludeFilters(Collection<MetricStreamFilter> includeFilters)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are
streamed by this metric stream.
|
void |
PutMetricStreamRequest.setIncludeFilters(Collection<MetricStreamFilter> includeFilters)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify
here.
|
GetMetricStreamResult |
GetMetricStreamResult.withExcludeFilters(Collection<MetricStreamFilter> excludeFilters)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not
streamed by this metric stream.
|
PutMetricStreamRequest |
PutMetricStreamRequest.withExcludeFilters(Collection<MetricStreamFilter> excludeFilters)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that
you specify here.
|
GetMetricStreamResult |
GetMetricStreamResult.withIncludeFilters(Collection<MetricStreamFilter> includeFilters)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are
streamed by this metric stream.
|
PutMetricStreamRequest |
PutMetricStreamRequest.withIncludeFilters(Collection<MetricStreamFilter> includeFilters)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify
here.
|
Copyright © 2025. All rights reserved.