| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatistics.Builder |
QueryStatistics.builder() |
QueryStatistics.Builder |
QueryStatistics.Builder.bytesScanned(Double bytesScanned)
The total number of bytes in the log events scanned during the query.
|
QueryStatistics.Builder |
QueryStatistics.Builder.recordsMatched(Double recordsMatched)
The number of log events that matched the query string.
|
QueryStatistics.Builder |
QueryStatistics.Builder.recordsScanned(Double recordsScanned)
The total number of log events scanned during the query.
|
QueryStatistics.Builder |
QueryStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends QueryStatistics.Builder> |
QueryStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.statistics(Consumer<QueryStatistics.Builder> 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.