Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListDataCellsFilterResponse
-
Packages that use ListDataCellsFilterResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of ListDataCellsFilterResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ListDataCellsFilterResponse Modifier and Type Method Description default ListDataCellsFilterResponseLakeFormationClient. listDataCellsFilter(Consumer<ListDataCellsFilterRequest.Builder> listDataCellsFilterRequest)Lists all the data cell filters on a table.default ListDataCellsFilterResponseLakeFormationClient. listDataCellsFilter(ListDataCellsFilterRequest listDataCellsFilterRequest)Lists all the data cell filters on a table.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ListDataCellsFilterResponse Modifier and Type Method Description default CompletableFuture<ListDataCellsFilterResponse>LakeFormationAsyncClient. listDataCellsFilter(Consumer<ListDataCellsFilterRequest.Builder> listDataCellsFilterRequest)Lists all the data cell filters on a table.default CompletableFuture<ListDataCellsFilterResponse>LakeFormationAsyncClient. listDataCellsFilter(ListDataCellsFilterRequest listDataCellsFilterRequest)Lists all the data cell filters on a table. -
Uses of ListDataCellsFilterResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type ListDataCellsFilterResponse Modifier and Type Method Description Iterator<ListDataCellsFilterResponse>ListDataCellsFilterIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type ListDataCellsFilterResponse Modifier and Type Method Description voidListDataCellsFilterPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataCellsFilterResponse> subscriber)
-