Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DataSourceFilter
Packages that use DataSourceFilter
-
Uses of DataSourceFilter in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DataSourceFilterModifier and TypeMethodDescriptionfinal List<DataSourceFilter>ListAggregateLogGroupSummariesRequest.dataSources()Filters the results by data source characteristics to include only log groups associated with the specified data sources.final List<DataSourceFilter>ListLogGroupsRequest.dataSources()An array of data source filters to filter log groups by their associated data sources.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DataSourceFilterModifier and TypeMethodDescriptionListAggregateLogGroupSummariesRequest.Builder.dataSources(DataSourceFilter... dataSources) Filters the results by data source characteristics to include only log groups associated with the specified data sources.ListLogGroupsRequest.Builder.dataSources(DataSourceFilter... dataSources) An array of data source filters to filter log groups by their associated data sources.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DataSourceFilterModifier and TypeMethodDescriptionListAggregateLogGroupSummariesRequest.Builder.dataSources(Collection<DataSourceFilter> dataSources) Filters the results by data source characteristics to include only log groups associated with the specified data sources.ListLogGroupsRequest.Builder.dataSources(Collection<DataSourceFilter> dataSources) An array of data source filters to filter log groups by their associated data sources.