Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryRequest
-
Packages that use ListLogGroupsForQueryRequest 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 software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of ListLogGroupsForQueryRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type ListLogGroupsForQueryRequest Modifier and Type Method Description default CompletableFuture<ListLogGroupsForQueryResponse>CloudWatchLogsAsyncClient. listLogGroupsForQuery(ListLogGroupsForQueryRequest 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.default ListLogGroupsForQueryPublisherCloudWatchLogsAsyncClient. listLogGroupsForQueryPaginator(ListLogGroupsForQueryRequest listLogGroupsForQueryRequest)default ListLogGroupsForQueryIterableCloudWatchLogsClient. listLogGroupsForQueryPaginator(ListLogGroupsForQueryRequest listLogGroupsForQueryRequest)This is a variant ofCloudWatchLogsClient.listLogGroupsForQuery(software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryRequest)operation. -
Uses of ListLogGroupsForQueryRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type ListLogGroupsForQueryRequest Constructor Description ListLogGroupsForQueryIterable(CloudWatchLogsClient client, ListLogGroupsForQueryRequest firstRequest)ListLogGroupsForQueryPublisher(CloudWatchLogsAsyncClient client, ListLogGroupsForQueryRequest firstRequest) -
Uses of ListLogGroupsForQueryRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type ListLogGroupsForQueryRequest Modifier and Type Method Description SdkHttpFullRequestListLogGroupsForQueryRequestMarshaller. marshall(ListLogGroupsForQueryRequest listLogGroupsForQueryRequest)
-