Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.QueryStatistics
-
Packages that use QueryStatistics Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of QueryStatistics in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryStatistics Modifier and Type Method Description 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 QueryStatistics Modifier and Type Method Description GetQueryResultsResponse.BuilderGetQueryResultsResponse.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.
-