| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateRegistryResponse |
GlueClient.updateRegistry(Consumer<UpdateRegistryRequest.Builder> updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas.
|
default UpdateRegistryResponse |
GlueClient.updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateRegistryResponse> |
GlueAsyncClient.updateRegistry(Consumer<UpdateRegistryRequest.Builder> updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas.
|
default CompletableFuture<UpdateRegistryResponse> |
GlueAsyncClient.updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas.
|
Copyright © 2023. All rights reserved.