Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListTableStorageOptimizersResponse
-
Packages that use ListTableStorageOptimizersResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of ListTableStorageOptimizersResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ListTableStorageOptimizersResponse Modifier and Type Method Description default ListTableStorageOptimizersResponseLakeFormationClient. listTableStorageOptimizers(Consumer<ListTableStorageOptimizersRequest.Builder> listTableStorageOptimizersRequest)Returns the configuration of all storage optimizers associated with a specified table.default ListTableStorageOptimizersResponseLakeFormationClient. listTableStorageOptimizers(ListTableStorageOptimizersRequest listTableStorageOptimizersRequest)Returns the configuration of all storage optimizers associated with a specified table.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ListTableStorageOptimizersResponse Modifier and Type Method Description default CompletableFuture<ListTableStorageOptimizersResponse>LakeFormationAsyncClient. listTableStorageOptimizers(Consumer<ListTableStorageOptimizersRequest.Builder> listTableStorageOptimizersRequest)Returns the configuration of all storage optimizers associated with a specified table.default CompletableFuture<ListTableStorageOptimizersResponse>LakeFormationAsyncClient. listTableStorageOptimizers(ListTableStorageOptimizersRequest listTableStorageOptimizersRequest)Returns the configuration of all storage optimizers associated with a specified table. -
Uses of ListTableStorageOptimizersResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type ListTableStorageOptimizersResponse Modifier and Type Method Description Iterator<ListTableStorageOptimizersResponse>ListTableStorageOptimizersIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type ListTableStorageOptimizersResponse Modifier and Type Method Description voidListTableStorageOptimizersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTableStorageOptimizersResponse> subscriber)
-