| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
QueryStatistics.clone() |
QueryStatistics |
GetQueryResultsResult.getStatistics()
Includes the number of log events scanned by the query, the number of log events that matched the query criteria,
and the total number of bytes in the scanned log events.
|
QueryStatistics |
QueryStatistics.withBytesScanned(Double bytesScanned)
The total number of bytes in the log events scanned during the query.
|
QueryStatistics |
QueryStatistics.withRecordsMatched(Double recordsMatched)
The number of log events that matched the query string.
|
QueryStatistics |
QueryStatistics.withRecordsScanned(Double recordsScanned)
The total number of log events scanned during the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryResultsResult.setStatistics(QueryStatistics statistics)
Includes the number of log events scanned by the query, the number of log events that matched the query criteria,
and the total number of bytes in the scanned log events.
|
GetQueryResultsResult |
GetQueryResultsResult.withStatistics(QueryStatistics statistics)
Includes the number of log events scanned by the query, the number of log events that matched the query criteria,
and the total number of bytes in the scanned log events.
|
Copyright © 2023. All rights reserved.