| 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 StartQueryResponse |
CloudWatchLogsClient.startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest)
Schedules a query of a log group using CloudWatch Logs Insights.
|
default StartQueryResponse |
CloudWatchLogsClient.startQuery(StartQueryRequest startQueryRequest)
Schedules a query of a log group using CloudWatch Logs Insights.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartQueryResponse> |
CloudWatchLogsAsyncClient.startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest)
Schedules a query of a log group using CloudWatch Logs Insights.
|
default CompletableFuture<StartQueryResponse> |
CloudWatchLogsAsyncClient.startQuery(StartQueryRequest startQueryRequest)
Schedules a query of a log group using CloudWatch Logs Insights.
|
Copyright © 2022. All rights reserved.