| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStatisticsForDescribeQuery |
QueryStatisticsForDescribeQuery.clone() |
QueryStatisticsForDescribeQuery |
DescribeQueryResult.getQueryStatistics()
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.
|
QueryStatisticsForDescribeQuery |
QueryStatisticsForDescribeQuery.withBytesScanned(Long bytesScanned)
The total bytes that the query scanned in the event data store.
|
QueryStatisticsForDescribeQuery |
QueryStatisticsForDescribeQuery.withCreationTime(Date creationTime)
The creation time of the query.
|
QueryStatisticsForDescribeQuery |
QueryStatisticsForDescribeQuery.withEventsMatched(Long eventsMatched)
The number of events that matched a query.
|
QueryStatisticsForDescribeQuery |
QueryStatisticsForDescribeQuery.withEventsScanned(Long eventsScanned)
The number of events that the query scanned in the event data store.
|
QueryStatisticsForDescribeQuery |
QueryStatisticsForDescribeQuery.withExecutionTimeInMillis(Integer executionTimeInMillis)
The query's run time, in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeQueryResult.setQueryStatistics(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.
|
DescribeQueryResult |
DescribeQueryResult.withQueryStatistics(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.
|
Copyright © 2023. All rights reserved.