Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetQueryResultsResponse
-
Packages that use GetQueryResultsResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources. -
-
Uses of GetQueryResultsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetQueryResultsResponse Modifier and Type Method Description default GetQueryResultsResponseCloudWatchLogsClient. getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)Returns the results from the specified query.default GetQueryResultsResponseCloudWatchLogsClient. getQueryResults(GetQueryResultsRequest getQueryResultsRequest)Returns the results from the specified query.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetQueryResultsResponse Modifier and Type Method Description default CompletableFuture<GetQueryResultsResponse>CloudWatchLogsAsyncClient. getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)Returns the results from the specified query.default CompletableFuture<GetQueryResultsResponse>CloudWatchLogsAsyncClient. getQueryResults(GetQueryResultsRequest getQueryResultsRequest)Returns the results from the specified query.
-