Uses of Class
software.amazon.awssdk.services.glue.model.ColumnRowFilter
-
Packages that use ColumnRowFilter Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ColumnRowFilter in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ColumnRowFilter Modifier and Type Method Description List<ColumnRowFilter>GetUnfilteredTableMetadataResponse. cellFilters()A list of column row filters.Methods in software.amazon.awssdk.services.glue.model with parameters of type ColumnRowFilter Modifier and Type Method Description GetUnfilteredTableMetadataResponse.BuilderGetUnfilteredTableMetadataResponse.Builder. cellFilters(ColumnRowFilter... cellFilters)A list of column row filters.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ColumnRowFilter Modifier and Type Method Description GetUnfilteredTableMetadataResponse.BuilderGetUnfilteredTableMetadataResponse.Builder. cellFilters(Collection<ColumnRowFilter> cellFilters)A list of column row filters.
-