Uses of Class
software.amazon.awssdk.services.glue.model.GetRegistryResponse
-
Packages that use GetRegistryResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetRegistryResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetRegistryResponse Modifier and Type Method Description default GetRegistryResponseGlueClient. getRegistry(Consumer<GetRegistryRequest.Builder> getRegistryRequest)Describes the specified registry in detail.default GetRegistryResponseGlueClient. getRegistry(GetRegistryRequest getRegistryRequest)Describes the specified registry in detail.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetRegistryResponse Modifier and Type Method Description default CompletableFuture<GetRegistryResponse>GlueAsyncClient. getRegistry(Consumer<GetRegistryRequest.Builder> getRegistryRequest)Describes the specified registry in detail.default CompletableFuture<GetRegistryResponse>GlueAsyncClient. getRegistry(GetRegistryRequest getRegistryRequest)Describes the specified registry in detail.
-