| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static GetQueryResultsResponse.Builder |
GetQueryResultsResponse.builder() |
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.encryptionKey(String encryptionKey)
If you associated an KMS key with the CloudWatch Logs Insights query results in this account, this field
displays the ARN of the key that's used to encrypt the query results when StartQuery stores them.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.results(Collection<? extends Collection<ResultField>> results)
The log events that matched the query criteria during the most recent time it ran.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.results(Collection<ResultField>... results)
The log events that matched the query criteria during the most recent time it ran.
|
default GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.statistics(Consumer<QueryStatistics.Builder> 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.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.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.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.status(QueryStatus status)
The status of the most recent running of the query.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.Builder.status(String status)
The status of the most recent running of the query.
|
GetQueryResultsResponse.Builder |
GetQueryResultsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetQueryResultsResponse.Builder> |
GetQueryResultsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.