| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSchemaResponse |
GlueClient.updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)
Updates the description, compatibility setting, or version checkpoint for a schema set.
|
default UpdateSchemaResponse |
GlueClient.updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the description, compatibility setting, or version checkpoint for a schema set.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.