Uses of Class
software.amazon.awssdk.services.glue.model.UpdateSchemaResponse
-
Packages that use UpdateSchemaResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateSchemaResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateSchemaResponse Modifier and Type Method Description default UpdateSchemaResponseGlueClient. updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)Updates the description, compatibility setting, or version checkpoint for a schema set.default UpdateSchemaResponseGlueClient. updateSchema(UpdateSchemaRequest updateSchemaRequest)Updates the description, compatibility setting, or version checkpoint for a schema set.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateSchemaResponse Modifier and Type Method Description default CompletableFuture<UpdateSchemaResponse>GlueAsyncClient. updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)Updates the description, compatibility setting, or version checkpoint for a schema set.default CompletableFuture<UpdateSchemaResponse>GlueAsyncClient. updateSchema(UpdateSchemaRequest updateSchemaRequest)Updates the description, compatibility setting, or version checkpoint for a schema set.
-