Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryResponse
Packages that use ListLogGroupsForQueryResponse
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of ListLogGroupsForQueryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListLogGroupsForQueryResponseModifier and TypeMethodDescriptiondefault 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 ListLogGroupsForQueryResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listLogGroupsForQuery(Consumer<ListLogGroupsForQueryRequest.Builder> listLogGroupsForQueryRequest) Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query.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 ListLogGroupsForQueryResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListLogGroupsForQueryResponseModifier and TypeMethodDescriptionvoidListLogGroupsForQueryPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLogGroupsForQueryResponse> subscriber)