Uses of Class
software.amazon.awssdk.services.glue.model.UpdateRegistryResponse
-
Packages that use UpdateRegistryResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateRegistryResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateRegistryResponse Modifier and Type Method Description default UpdateRegistryResponseGlueClient. updateRegistry(Consumer<UpdateRegistryRequest.Builder> updateRegistryRequest)Updates an existing registry which is used to hold a collection of schemas.default UpdateRegistryResponseGlueClient. updateRegistry(UpdateRegistryRequest updateRegistryRequest)Updates an existing registry which is used to hold a collection of schemas.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateRegistryResponse Modifier and Type Method 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.
-