Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetQueryResultsResponse.Builder
Packages that use GetQueryResultsResponse.Builder
-
Uses of GetQueryResultsResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetQueryResultsResponse.BuilderModifier and TypeMethodDescriptionGetQueryResultsResponse.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.If there are more log events remaining in the results, the response includes anextToken.GetQueryResultsResponse.Builder.queryLanguage(String queryLanguage) The query language used for this query.GetQueryResultsResponse.Builder.queryLanguage(QueryLanguage queryLanguage) The query language used for this query.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.results(Collection<ResultField>... results) The log events that matched the query criteria during the most recent time it ran.default GetQueryResultsResponse.BuilderGetQueryResultsResponse.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.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.The status of the most recent running of the query.GetQueryResultsResponse.Builder.status(QueryStatus status) The status of the most recent running of the query.GetQueryResultsResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetQueryResultsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetQueryResultsResponse.Builder>GetQueryResultsResponse.serializableBuilderClass()