Uses of Class
software.amazon.awssdk.services.glue.model.UpdateSchemaRequest
-
Packages that use UpdateSchemaRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateSchemaRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateSchemaRequest Modifier and Type Method Description default CompletableFuture<UpdateSchemaResponse>GlueAsyncClient. updateSchema(UpdateSchemaRequest 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. -
Uses of UpdateSchemaRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateSchemaRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSchemaRequestMarshaller. marshall(UpdateSchemaRequest updateSchemaRequest)
-