Uses of Class
software.amazon.awssdk.services.cloudtrail.model.QueryStatisticsForDescribeQuery
-
Packages that use QueryStatisticsForDescribeQuery Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of QueryStatisticsForDescribeQuery in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return QueryStatisticsForDescribeQuery Modifier and Type Method Description QueryStatisticsForDescribeQueryDescribeQueryResponse. queryStatistics()Metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type QueryStatisticsForDescribeQuery Modifier and Type Method Description DescribeQueryResponse.BuilderDescribeQueryResponse.Builder. queryStatistics(QueryStatisticsForDescribeQuery queryStatistics)Metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.
-