Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsRequest.Builder
Packages that use ListLogGroupsRequest.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 ListLogGroupsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListLogGroupsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListLogGroupsResponse>CloudWatchLogsAsyncClient.listLogGroups(Consumer<ListLogGroupsRequest.Builder> listLogGroupsRequest) Returns a list of log groups in the Region in your account.default ListLogGroupsResponseCloudWatchLogsClient.listLogGroups(Consumer<ListLogGroupsRequest.Builder> listLogGroupsRequest) Returns a list of log groups in the Region in your account. -
Uses of ListLogGroupsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListLogGroupsRequest.BuilderModifier and TypeMethodDescriptionListLogGroupsRequest.Builder.accountIdentifiers(String... accountIdentifiers) WhenincludeLinkedAccountsis set totrue, use this parameter to specify the list of accounts to search.ListLogGroupsRequest.Builder.accountIdentifiers(Collection<String> accountIdentifiers) WhenincludeLinkedAccountsis set totrue, use this parameter to specify the list of accounts to search.static ListLogGroupsRequest.BuilderListLogGroupsRequest.builder()ListLogGroupsRequest.Builder.dataSources(Collection<DataSourceFilter> dataSources) An array of data source filters to filter log groups by their associated data sources.ListLogGroupsRequest.Builder.dataSources(Consumer<DataSourceFilter.Builder>... dataSources) An array of data source filters to filter log groups by their associated data sources.ListLogGroupsRequest.Builder.dataSources(DataSourceFilter... dataSources) An array of data source filters to filter log groups by their associated data sources.ListLogGroupsRequest.Builder.fieldIndexNames(String... fieldIndexNames) An array of field index names to filter log groups that have specific field indexes.ListLogGroupsRequest.Builder.fieldIndexNames(Collection<String> fieldIndexNames) An array of field index names to filter log groups that have specific field indexes.ListLogGroupsRequest.Builder.includeLinkedAccounts(Boolean includeLinkedAccounts) If you are using a monitoring account, set this totrueto have the operation return log groups in the accounts listed inaccountIdentifiers.The maximum number of log groups to return.ListLogGroupsRequest.Builder.logGroupClass(String logGroupClass) Use this parameter to limit the results to only those log groups in the specified log group class.ListLogGroupsRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Use this parameter to limit the results to only those log groups in the specified log group class.ListLogGroupsRequest.Builder.logGroupNamePattern(String logGroupNamePattern) Use this parameter to limit the returned log groups to only those with names that match the pattern that you specify.ListLogGroupsRequest.Builder.logGroupTags(Collection<TagFilter> logGroupTags) An array of tag filters to return only log groups that have specific tags.ListLogGroupsRequest.Builder.logGroupTags(Consumer<TagFilter.Builder>... logGroupTags) An array of tag filters to return only log groups that have specific tags.ListLogGroupsRequest.Builder.logGroupTags(TagFilter... logGroupTags) An array of tag filters to return only log groups that have specific tags.Sets the value of the NextToken property for this object.ListLogGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListLogGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListLogGroupsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListLogGroupsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListLogGroupsRequest.Builder>ListLogGroupsRequest.serializableBuilderClass()