| 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 DescribeQueriesResponse |
CloudWatchLogsClient.describeQueries()
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this
account.
|
default DescribeQueriesResponse |
CloudWatchLogsClient.describeQueries(Consumer<DescribeQueriesRequest.Builder> describeQueriesRequest)
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this
account.
|
default DescribeQueriesResponse |
CloudWatchLogsClient.describeQueries(DescribeQueriesRequest describeQueriesRequest)
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this
account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeQueriesResponse> |
CloudWatchLogsAsyncClient.describeQueries()
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this
account.
|
default CompletableFuture<DescribeQueriesResponse> |
CloudWatchLogsAsyncClient.describeQueries(Consumer<DescribeQueriesRequest.Builder> describeQueriesRequest)
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this
account.
|
default CompletableFuture<DescribeQueriesResponse> |
CloudWatchLogsAsyncClient.describeQueries(DescribeQueriesRequest describeQueriesRequest)
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this
account.
|
Copyright © 2023. All rights reserved.