Uses of Class
software.amazon.awssdk.services.lakeformation.model.CreateDataCellsFilterResponse
-
Packages that use CreateDataCellsFilterResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of CreateDataCellsFilterResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return CreateDataCellsFilterResponse Modifier and Type Method Description default CreateDataCellsFilterResponseLakeFormationClient. createDataCellsFilter(Consumer<CreateDataCellsFilterRequest.Builder> createDataCellsFilterRequest)Creates a data cell filter to allow one to grant access to certain columns on certain rows.default CreateDataCellsFilterResponseLakeFormationClient. createDataCellsFilter(CreateDataCellsFilterRequest createDataCellsFilterRequest)Creates a data cell filter to allow one to grant access to certain columns on certain rows.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type CreateDataCellsFilterResponse Modifier and Type Method Description default CompletableFuture<CreateDataCellsFilterResponse>LakeFormationAsyncClient. createDataCellsFilter(Consumer<CreateDataCellsFilterRequest.Builder> createDataCellsFilterRequest)Creates a data cell filter to allow one to grant access to certain columns on certain rows.default CompletableFuture<CreateDataCellsFilterResponse>LakeFormationAsyncClient. createDataCellsFilter(CreateDataCellsFilterRequest createDataCellsFilterRequest)Creates a data cell filter to allow one to grant access to certain columns on certain rows.
-