Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesRequest.Builder
Packages that use ListAggregateLogGroupSummariesRequest.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 ListAggregateLogGroupSummariesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListAggregateLogGroupSummariesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listAggregateLogGroupSummaries(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest) Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.CloudWatchLogsClient.listAggregateLogGroupSummaries(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest) Returns an aggregate summary of all log groups in the Region grouped by specified data source characteristics.CloudWatchLogsAsyncClient.listAggregateLogGroupSummariesPaginator(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest) CloudWatchLogsClient.listAggregateLogGroupSummariesPaginator(Consumer<ListAggregateLogGroupSummariesRequest.Builder> listAggregateLogGroupSummariesRequest) -
Uses of ListAggregateLogGroupSummariesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListAggregateLogGroupSummariesRequest.BuilderModifier and TypeMethodDescriptionListAggregateLogGroupSummariesRequest.Builder.accountIdentifiers(String... accountIdentifiers) WhenincludeLinkedAccountsis set totrue, use this parameter to specify the list of accounts to search.ListAggregateLogGroupSummariesRequest.Builder.accountIdentifiers(Collection<String> accountIdentifiers) WhenincludeLinkedAccountsis set totrue, use this parameter to specify the list of accounts to search.ListAggregateLogGroupSummariesRequest.builder()ListAggregateLogGroupSummariesRequest.Builder.dataSources(Collection<DataSourceFilter> dataSources) Filters the results by data source characteristics to include only log groups associated with the specified data sources.ListAggregateLogGroupSummariesRequest.Builder.dataSources(Consumer<DataSourceFilter.Builder>... dataSources) Filters the results by data source characteristics to include only log groups associated with the specified data sources.ListAggregateLogGroupSummariesRequest.Builder.dataSources(DataSourceFilter... dataSources) Filters the results by data source characteristics to include only log groups associated with the specified data sources.Specifies how to group the log groups in the summary.ListAggregateLogGroupSummariesRequest.Builder.groupBy(ListAggregateLogGroupSummariesGroupBy groupBy) Specifies how to group the log groups in the summary.ListAggregateLogGroupSummariesRequest.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 aggregated summaries to return.ListAggregateLogGroupSummariesRequest.Builder.logGroupClass(String logGroupClass) Filters the results by log group class to include only log groups of the specified class.ListAggregateLogGroupSummariesRequest.Builder.logGroupClass(LogGroupClass logGroupClass) Filters the results by log group class to include only log groups of the specified class.ListAggregateLogGroupSummariesRequest.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.Sets the value of the NextToken property for this object.ListAggregateLogGroupSummariesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAggregateLogGroupSummariesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAggregateLogGroupSummariesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListAggregateLogGroupSummariesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAggregateLogGroupSummariesRequest.Builder>ListAggregateLogGroupSummariesRequest.serializableBuilderClass()