| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
ResultField |
ResultField.clone() |
ResultField |
ResultField.withField(String field)
The log event field.
|
ResultField |
ResultField.withValue(String value)
The value of this field.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ResultField>> |
GetQueryResultsResult.getResults()
The log events that matched the query criteria during the most recent time it ran.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryResultsResult.setResults(Collection<List<ResultField>> results)
The log events that matched the query criteria during the most recent time it ran.
|
GetQueryResultsResult |
GetQueryResultsResult.withResults(Collection<List<ResultField>> results)
The log events that matched the query criteria during the most recent time it ran.
|
Copyright © 2021. All rights reserved.