Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsRequest.Builder
Packages that use DescribeLogGroupsRequest.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 DescribeLogGroupsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DescribeLogGroupsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest) Returns information about log groups, including data sources that ingest into each log group.default DescribeLogGroupsResponseCloudWatchLogsClient.describeLogGroups(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest) Returns information about log groups, including data sources that ingest into each log group.default DescribeLogGroupsPublisherCloudWatchLogsAsyncClient.describeLogGroupsPaginator(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest) This is a variant ofCloudWatchLogsAsyncClient.describeLogGroups(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsRequest)operation.default DescribeLogGroupsIterableCloudWatchLogsClient.describeLogGroupsPaginator(Consumer<DescribeLogGroupsRequest.Builder> describeLogGroupsRequest) This is a variant ofCloudWatchLogsClient.describeLogGroups(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogGroupsRequest)operation. -
Uses of DescribeLogGroupsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DescribeLogGroupsRequest.BuilderModifier and TypeMethodDescriptionDescribeLogGroupsRequest.Builder.accountIdentifiers(String... accountIdentifiers) WhenincludeLinkedAccountsis set totrue, use this parameter to specify the list of accounts to search.DescribeLogGroupsRequest.Builder.accountIdentifiers(Collection<String> accountIdentifiers) WhenincludeLinkedAccountsis set totrue, use this parameter to specify the list of accounts to search.DescribeLogGroupsRequest.builder()DescribeLogGroupsRequest.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 items returned.DescribeLogGroupsRequest.Builder.logGroupClass(String logGroupClass) Use this parameter to limit the results to only those log groups in the specified log group class.DescribeLogGroupsRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Use this parameter to limit the results to only those log groups in the specified log group class.DescribeLogGroupsRequest.Builder.logGroupIdentifiers(String... logGroupIdentifiers) Use this array to filter the list of log groups returned.DescribeLogGroupsRequest.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) Use this array to filter the list of log groups returned.DescribeLogGroupsRequest.Builder.logGroupNamePattern(String logGroupNamePattern) If you specify a string for this parameter, the operation returns only log groups that have names that match the string based on a case-sensitive substring search.DescribeLogGroupsRequest.Builder.logGroupNamePrefix(String logGroupNamePrefix) The prefix to match.The token for the next set of items to return.DescribeLogGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeLogGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeLogGroupsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DescribeLogGroupsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeLogGroupsRequest.Builder>DescribeLogGroupsRequest.serializableBuilderClass()