Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryRequest.Builder
Packages that use ListLogGroupsForQueryRequest.Builder
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 ListLogGroupsForQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListLogGroupsForQueryRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.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(Consumer<ListLogGroupsForQueryRequest.Builder> listLogGroupsForQueryRequest) Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query.default ListLogGroupsForQueryPublisherCloudWatchLogsAsyncClient.listLogGroupsForQueryPaginator(Consumer<ListLogGroupsForQueryRequest.Builder> listLogGroupsForQueryRequest) default ListLogGroupsForQueryIterableCloudWatchLogsClient.listLogGroupsForQueryPaginator(Consumer<ListLogGroupsForQueryRequest.Builder> listLogGroupsForQueryRequest) This is a variant ofCloudWatchLogsClient.listLogGroupsForQuery(software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryRequest)operation. -
Uses of ListLogGroupsForQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListLogGroupsForQueryRequest.BuilderModifier and TypeMethodDescriptionListLogGroupsForQueryRequest.builder()ListLogGroupsForQueryRequest.Builder.maxResults(Integer maxResults) Limits the number of returned log groups to the specified number.Sets the value of the NextToken property for this object.ListLogGroupsForQueryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListLogGroupsForQueryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID of the query to use.ListLogGroupsForQueryRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListLogGroupsForQueryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListLogGroupsForQueryRequest.Builder>ListLogGroupsForQueryRequest.serializableBuilderClass()