Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.StopQueryResponse
Packages that use StopQueryResponse
Package
Description
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 StopQueryResponseModifier and TypeMethodDescriptiondefault 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 StopQueryResponseModifier and TypeMethodDescriptiondefault 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.