Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeQueriesResponse
-
Packages that use DescribeQueriesResponse 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 DescribeQueriesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeQueriesResponse Modifier and Type Method Description default DescribeQueriesResponseCloudWatchLogsClient. describeQueries()Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this account.default DescribeQueriesResponseCloudWatchLogsClient. 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 DescribeQueriesResponseCloudWatchLogsClient. describeQueries(DescribeQueriesRequest describeQueriesRequest)Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeQueriesResponse Modifier and Type Method 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.
-