Uses of Class
com.amazonaws.services.logs.model.MetricFilterMatchRecord
-
Packages that use MetricFilterMatchRecord Package Description com.amazonaws.services.logs.model -
-
Uses of MetricFilterMatchRecord in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return MetricFilterMatchRecord Modifier and Type Method Description MetricFilterMatchRecordMetricFilterMatchRecord. addExtractedValuesEntry(String key, String value)MetricFilterMatchRecordMetricFilterMatchRecord. clearExtractedValuesEntries()Removes all the entries added into ExtractedValues.MetricFilterMatchRecordMetricFilterMatchRecord. clone()MetricFilterMatchRecordMetricFilterMatchRecord. withEventMessage(String eventMessage)MetricFilterMatchRecordMetricFilterMatchRecord. withEventNumber(Long eventNumber)MetricFilterMatchRecordMetricFilterMatchRecord. withExtractedValues(Map<String,String> extractedValues)Methods in com.amazonaws.services.logs.model that return types with arguments of type MetricFilterMatchRecord Modifier and Type Method Description List<MetricFilterMatchRecord>TestMetricFilterResult. getMatches()Methods in com.amazonaws.services.logs.model with parameters of type MetricFilterMatchRecord Modifier and Type Method Description TestMetricFilterResultTestMetricFilterResult. withMatches(MetricFilterMatchRecord... matches)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 MetricFilterMatchRecord Modifier and Type Method Description voidTestMetricFilterResult. setMatches(Collection<MetricFilterMatchRecord> matches)TestMetricFilterResultTestMetricFilterResult. withMatches(Collection<MetricFilterMatchRecord> matches)
-