Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.QueryStatistics
Packages that use QueryStatistics
-
Uses of QueryStatistics in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryStatisticsModifier and TypeMethodDescriptionfinal QueryStatisticsGetQueryResultsResponse.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.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type QueryStatisticsModifier and TypeMethodDescriptionGetQueryResultsResponse.Builder.statistics(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.