Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.QueryStatistics.Builder
-
Packages that use QueryStatistics.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of QueryStatistics.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryStatistics.Builder Modifier and Type Method Description static QueryStatistics.BuilderQueryStatistics. builder()QueryStatistics.BuilderQueryStatistics.Builder. bytesScanned(Double bytesScanned)The total number of bytes in the log events scanned during the query.QueryStatistics.BuilderQueryStatistics.Builder. estimatedBytesSkipped(Double estimatedBytesSkipped)An estimate of the number of bytes in the log events that were skipped when processing this query, because the query contained an indexed field.QueryStatistics.BuilderQueryStatistics.Builder. estimatedRecordsSkipped(Double estimatedRecordsSkipped)An estimate of the number of log events that were skipped when processing this query, because the query contained an indexed field.QueryStatistics.BuilderQueryStatistics.Builder. logGroupsScanned(Double logGroupsScanned)The number of log groups that were scanned by this query.QueryStatistics.BuilderQueryStatistics.Builder. recordsMatched(Double recordsMatched)The number of log events that matched the query string.QueryStatistics.BuilderQueryStatistics.Builder. recordsScanned(Double recordsScanned)The total number of log events scanned during the query.QueryStatistics.BuilderQueryStatistics. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryStatistics.Builder Modifier and Type Method Description static Class<? extends QueryStatistics.Builder>QueryStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type QueryStatistics.Builder Modifier and Type Method Description default GetQueryResultsResponse.BuilderGetQueryResultsResponse.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.
-