Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateTableObjectsResponse
-
Packages that use UpdateTableObjectsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of UpdateTableObjectsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return UpdateTableObjectsResponse Modifier and Type Method Description default UpdateTableObjectsResponseLakeFormationClient. updateTableObjects(Consumer<UpdateTableObjectsRequest.Builder> updateTableObjectsRequest)Updates the manifest of Amazon S3 objects that make up the specified governed table.default UpdateTableObjectsResponseLakeFormationClient. updateTableObjects(UpdateTableObjectsRequest updateTableObjectsRequest)Updates the manifest of Amazon S3 objects that make up the specified governed table.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type UpdateTableObjectsResponse Modifier and Type Method Description default CompletableFuture<UpdateTableObjectsResponse>LakeFormationAsyncClient. updateTableObjects(Consumer<UpdateTableObjectsRequest.Builder> updateTableObjectsRequest)Updates the manifest of Amazon S3 objects that make up the specified governed table.default CompletableFuture<UpdateTableObjectsResponse>LakeFormationAsyncClient. updateTableObjects(UpdateTableObjectsRequest updateTableObjectsRequest)Updates the manifest of Amazon S3 objects that make up the specified governed table.
-