Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.StopQueryResponse
-
Packages that use StopQueryResponse 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 StopQueryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return StopQueryResponse Modifier and Type Method Description default StopQueryResponseCloudWatchLogsClient. stopQuery(Consumer<StopQueryRequest.Builder> stopQueryRequest)Stops a CloudWatch Logs Insights query that is in progress.default StopQueryResponseCloudWatchLogsClient. stopQuery(StopQueryRequest stopQueryRequest)Stops a CloudWatch Logs Insights query that is in progress.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type StopQueryResponse Modifier and Type Method Description default CompletableFuture<StopQueryResponse>CloudWatchLogsAsyncClient. stopQuery(Consumer<StopQueryRequest.Builder> stopQueryRequest)Stops a CloudWatch Logs Insights query that is in progress.default CompletableFuture<StopQueryResponse>CloudWatchLogsAsyncClient. stopQuery(StopQueryRequest stopQueryRequest)Stops a CloudWatch Logs Insights query that is in progress.
-