Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateTableObjectsRequest
-
Packages that use UpdateTableObjectsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of UpdateTableObjectsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type UpdateTableObjectsRequest Modifier and Type Method Description default CompletableFuture<UpdateTableObjectsResponse>LakeFormationAsyncClient. updateTableObjects(UpdateTableObjectsRequest 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. -
Uses of UpdateTableObjectsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type UpdateTableObjectsRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTableObjectsRequestMarshaller. marshall(UpdateTableObjectsRequest updateTableObjectsRequest)
-