| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static GetQueryResultsResponse.Builder |
GetQueryResultsResponse.builder() |
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 log events that were scanned.
|
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 log events that were scanned.
|
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 © 2022. All rights reserved.