Uses of Class
software.amazon.awssdk.services.glue.model.RegisterConnectionTypeResponse
-
Packages that use RegisterConnectionTypeResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of RegisterConnectionTypeResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return RegisterConnectionTypeResponse Modifier and Type Method Description default RegisterConnectionTypeResponseGlueClient. registerConnectionType(Consumer<RegisterConnectionTypeRequest.Builder> registerConnectionTypeRequest)Registers a custom connection type in Glue based on the configuration provided.default RegisterConnectionTypeResponseGlueClient. registerConnectionType(RegisterConnectionTypeRequest registerConnectionTypeRequest)Registers a custom connection type in Glue based on the configuration provided.Methods in software.amazon.awssdk.services.glue that return types with arguments of type RegisterConnectionTypeResponse Modifier and Type Method Description default CompletableFuture<RegisterConnectionTypeResponse>GlueAsyncClient. registerConnectionType(Consumer<RegisterConnectionTypeRequest.Builder> registerConnectionTypeRequest)Registers a custom connection type in Glue based on the configuration provided.default CompletableFuture<RegisterConnectionTypeResponse>GlueAsyncClient. registerConnectionType(RegisterConnectionTypeRequest registerConnectionTypeRequest)Registers a custom connection type in Glue based on the configuration provided.
-