| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
QueryStatistics.clone() |
QueryStatistics |
GetQueryResultsResult.getQueryStatistics()
Shows the count of query results.
|
QueryStatistics |
QueryStatistics.withBytesScanned(Long bytesScanned)
The total bytes that the query scanned in the event data store.
|
QueryStatistics |
QueryStatistics.withResultsCount(Integer resultsCount)
The number of results returned.
|
QueryStatistics |
QueryStatistics.withTotalResultsCount(Integer totalResultsCount)
The total number of results returned by a query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryResultsResult.setQueryStatistics(QueryStatistics queryStatistics)
Shows the count of query results.
|
GetQueryResultsResult |
GetQueryResultsResult.withQueryStatistics(QueryStatistics queryStatistics)
Shows the count of query results.
|
Copyright © 2024. All rights reserved.