Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.MetricFilterMatchRecord
-
Packages that use MetricFilterMatchRecord Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of MetricFilterMatchRecord in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type MetricFilterMatchRecord Modifier and Type Method Description List<MetricFilterMatchRecord>TestMetricFilterResponse. matches()The matched events.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type MetricFilterMatchRecord Modifier and Type Method Description TestMetricFilterResponse.BuilderTestMetricFilterResponse.Builder. matches(MetricFilterMatchRecord... matches)The matched events.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type MetricFilterMatchRecord Modifier and Type Method Description TestMetricFilterResponse.BuilderTestMetricFilterResponse.Builder. matches(Collection<MetricFilterMatchRecord> matches)The matched events.
-