Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MetricFilterMatchRecord> |
TestMetricFilterResult.matches |
Modifier and Type | Method and Description |
---|---|
MetricFilterMatchRecord |
MetricFilterMatchRecord.addExtractedValuesEntry(java.lang.String key,
java.lang.String value) |
MetricFilterMatchRecord |
MetricFilterMatchRecord.clearExtractedValuesEntries()
Removes all the entries added into ExtractedValues.
|
MetricFilterMatchRecord |
MetricFilterMatchRecord.clone() |
MetricFilterMatchRecord |
MetricFilterMatchRecord.withEventMessage(java.lang.String eventMessage) |
MetricFilterMatchRecord |
MetricFilterMatchRecord.withEventNumber(java.lang.Long eventNumber) |
MetricFilterMatchRecord |
MetricFilterMatchRecord.withExtractedValues(java.util.Map<java.lang.String,java.lang.String> extractedValues) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<MetricFilterMatchRecord> matches) |
TestMetricFilterResult |
TestMetricFilterResult.withMatches(java.util.Collection<MetricFilterMatchRecord> matches) |
Modifier and Type | Method and Description |
---|---|
MetricFilterMatchRecord |
MetricFilterMatchRecordJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MetricFilterMatchRecordJsonMarshaller.marshall(MetricFilterMatchRecord metricFilterMatchRecord,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|