| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default StopQueryResponse |
CloudWatchLogsClient.stopQuery(Consumer<StopQueryRequest.Builder> stopQueryRequest)
Stops a CloudWatch Logs Insights query that is in progress.
|
default StopQueryResponse |
CloudWatchLogsClient.stopQuery(StopQueryRequest stopQueryRequest)
Stops a CloudWatch Logs Insights query that is in progress.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.