Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryResponse
-
Packages that use ListLogGroupsForQueryResponse 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.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of ListLogGroupsForQueryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListLogGroupsForQueryResponse Modifier and Type Method Description default ListLogGroupsForQueryResponseCloudWatchLogsClient. listLogGroupsForQuery(Consumer<ListLogGroupsForQueryRequest.Builder> listLogGroupsForQueryRequest)Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query.default ListLogGroupsForQueryResponseCloudWatchLogsClient. listLogGroupsForQuery(ListLogGroupsForQueryRequest listLogGroupsForQueryRequest)Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListLogGroupsForQueryResponse Modifier and Type Method Description default CompletableFuture<ListLogGroupsForQueryResponse>CloudWatchLogsAsyncClient. listLogGroupsForQuery(Consumer<ListLogGroupsForQueryRequest.Builder> listLogGroupsForQueryRequest)Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query.default CompletableFuture<ListLogGroupsForQueryResponse>CloudWatchLogsAsyncClient. listLogGroupsForQuery(ListLogGroupsForQueryRequest listLogGroupsForQueryRequest)Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query. -
Uses of ListLogGroupsForQueryResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type ListLogGroupsForQueryResponse Modifier and Type Method Description Iterator<ListLogGroupsForQueryResponse>ListLogGroupsForQueryIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListLogGroupsForQueryResponse Modifier and Type Method Description voidListLogGroupsForQueryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLogGroupsForQueryResponse> subscriber)
-