Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricStreamFilter
Packages that use MetricStreamFilter
-
Uses of MetricStreamFilter in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStreamFilterModifier and TypeMethodDescriptionfinal List<MetricStreamFilter>GetMetricStreamResponse.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.final List<MetricStreamFilter>PutMetricStreamRequest.excludeFilters()If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.final List<MetricStreamFilter>GetMetricStreamResponse.includeFilters()If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.final List<MetricStreamFilter>PutMetricStreamRequest.includeFilters()If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricStreamFilterModifier and TypeMethodDescriptionGetMetricStreamResponse.Builder.excludeFilters(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.Builder.excludeFilters(MetricStreamFilter... excludeFilters) If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.GetMetricStreamResponse.Builder.includeFilters(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.Builder.includeFilters(MetricStreamFilter... includeFilters) If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricStreamFilterModifier and TypeMethodDescriptionGetMetricStreamResponse.Builder.excludeFilters(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.Builder.excludeFilters(Collection<MetricStreamFilter> excludeFilters) If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.GetMetricStreamResponse.Builder.includeFilters(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.Builder.includeFilters(Collection<MetricStreamFilter> includeFilters) If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.