Uses of Class
software.amazon.awssdk.services.lakeformation.model.DataCellsFilter
-
Packages that use DataCellsFilter Package Description software.amazon.awssdk.services.lakeformation.model software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of DataCellsFilter in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DataCellsFilter Modifier and Type Method Description DataCellsFilterGetDataCellsFilterResponse. dataCellsFilter()A structure that describes certain columns on certain rows.DataCellsFilterCreateDataCellsFilterRequest. tableData()ADataCellsFilterstructure containing information about the data cells filter.DataCellsFilterUpdateDataCellsFilterRequest. tableData()ADataCellsFilterstructure containing information about the data cells filter.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type DataCellsFilter Modifier and Type Method Description List<DataCellsFilter>ListDataCellsFilterResponse. dataCellsFilters()A list ofDataCellFilterstructures.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type DataCellsFilter Modifier and Type Method Description GetDataCellsFilterResponse.BuilderGetDataCellsFilterResponse.Builder. dataCellsFilter(DataCellsFilter dataCellsFilter)A structure that describes certain columns on certain rows.ListDataCellsFilterResponse.BuilderListDataCellsFilterResponse.Builder. dataCellsFilters(DataCellsFilter... dataCellsFilters)A list ofDataCellFilterstructures.CreateDataCellsFilterRequest.BuilderCreateDataCellsFilterRequest.Builder. tableData(DataCellsFilter tableData)ADataCellsFilterstructure containing information about the data cells filter.UpdateDataCellsFilterRequest.BuilderUpdateDataCellsFilterRequest.Builder. tableData(DataCellsFilter tableData)ADataCellsFilterstructure containing information about the data cells filter.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type DataCellsFilter Modifier and Type Method Description ListDataCellsFilterResponse.BuilderListDataCellsFilterResponse.Builder. dataCellsFilters(Collection<DataCellsFilter> dataCellsFilters)A list ofDataCellFilterstructures. -
Uses of DataCellsFilter in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type DataCellsFilter Modifier and Type Method Description SdkIterable<DataCellsFilter>ListDataCellsFilterIterable. dataCellsFilters()Returns an iterable to iterate through the paginatedListDataCellsFilterResponse.dataCellsFilters()member.SdkPublisher<DataCellsFilter>ListDataCellsFilterPublisher. dataCellsFilters()Returns a publisher that can be used to get a stream of data.
-