Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.QueryStatistics.Builder
Packages that use QueryStatistics.Builder
-
Uses of QueryStatistics.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryStatistics.BuilderModifier and TypeMethodDescriptionstatic QueryStatistics.BuilderQueryStatistics.builder()QueryStatistics.Builder.bytesScanned(Double bytesScanned) The total number of bytes in the log events scanned during the query.QueryStatistics.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.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.Builder.logGroupsScanned(Double logGroupsScanned) The number of log groups that were scanned by this query.QueryStatistics.Builder.recordsMatched(Double recordsMatched) The number of log events that matched the query string.QueryStatistics.Builder.recordsScanned(Double recordsScanned) The total number of log events scanned during the query.QueryStatistics.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryStatistics.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryStatistics.Builder>QueryStatistics.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type QueryStatistics.BuilderModifier and TypeMethodDescriptiondefault 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.