Uses of Class
software.amazon.awssdk.services.glue.model.UpdateTableResponse
-
Packages that use UpdateTableResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateTableResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateTableResponse Modifier and Type Method Description default UpdateTableResponseGlueClient. updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)Updates a metadata table in the Data Catalog.default UpdateTableResponseGlueClient. updateTable(UpdateTableRequest updateTableRequest)Updates a metadata table in the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateTableResponse Modifier and Type Method Description default CompletableFuture<UpdateTableResponse>GlueAsyncClient. updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)Updates a metadata table in the Data Catalog.default CompletableFuture<UpdateTableResponse>GlueAsyncClient. updateTable(UpdateTableRequest updateTableRequest)Updates a metadata table in the Data Catalog.
-