Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryRequest.Builder
-
Packages that use ListLogGroupsForQueryRequest.Builder 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.model -
-
Uses of ListLogGroupsForQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
-
Uses of ListLogGroupsForQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListLogGroupsForQueryRequest.Builder Modifier and Type Method Description static ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest. builder()ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest.Builder. maxResults(Integer maxResults)Limits the number of returned log groups to the specified number.ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest.Builder. queryId(String queryId)The ID of the query to use.ListLogGroupsForQueryRequest.BuilderListLogGroupsForQueryRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListLogGroupsForQueryRequest.Builder Modifier and Type Method Description static Class<? extends ListLogGroupsForQueryRequest.Builder>ListLogGroupsForQueryRequest. serializableBuilderClass()
-