Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
MetricFilterMatchRecord |
MetricFilterMatchRecord.addExtractedValuesEntry(String key,
String value) |
MetricFilterMatchRecord |
MetricFilterMatchRecord.clearExtractedValuesEntries()
Removes all the entries added into ExtractedValues.
|
MetricFilterMatchRecord |
MetricFilterMatchRecord.clone() |
MetricFilterMatchRecord |
MetricFilterMatchRecord.withEventMessage(String eventMessage) |
MetricFilterMatchRecord |
MetricFilterMatchRecord.withEventNumber(Long eventNumber) |
MetricFilterMatchRecord |
MetricFilterMatchRecord.withExtractedValues(Map<String,String> extractedValues) |
Modifier and Type | Method and Description |
---|---|
List<MetricFilterMatchRecord> |
TestMetricFilterResult.getMatches() |
Modifier and Type | Method and Description |
---|---|
TestMetricFilterResult |
TestMetricFilterResult.withMatches(MetricFilterMatchRecord... matches)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
TestMetricFilterResult.setMatches(Collection<MetricFilterMatchRecord> matches) |
TestMetricFilterResult |
TestMetricFilterResult.withMatches(Collection<MetricFilterMatchRecord> matches) |
Copyright © 2018. All rights reserved.