Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DataSourceFilter
-
Packages that use DataSourceFilter Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 DataSourceFilter Modifier and Type Method Description List<DataSourceFilter>ListAggregateLogGroupSummariesRequest. dataSources()Filters the results by data source characteristics to include only log groups associated with the specified data sources.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 DataSourceFilter Modifier and Type Method Description ListAggregateLogGroupSummariesRequest.BuilderListAggregateLogGroupSummariesRequest.Builder. dataSources(DataSourceFilter... dataSources)Filters the results by data source characteristics to include only log groups associated with the specified data sources.ListLogGroupsRequest.BuilderListLogGroupsRequest.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 DataSourceFilter Modifier and Type Method Description ListAggregateLogGroupSummariesRequest.BuilderListAggregateLogGroupSummariesRequest.Builder. dataSources(Collection<DataSourceFilter> dataSources)Filters the results by data source characteristics to include only log groups associated with the specified data sources.ListLogGroupsRequest.BuilderListLogGroupsRequest.Builder. dataSources(Collection<DataSourceFilter> dataSources)An array of data source filters to filter log groups by their associated data sources.
-