Uses of Class
software.amazon.awssdk.services.glue.model.RegisterConnectionTypeRequest
-
Packages that use RegisterConnectionTypeRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of RegisterConnectionTypeRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type RegisterConnectionTypeRequest Modifier and Type Method Description default CompletableFuture<RegisterConnectionTypeResponse>GlueAsyncClient. registerConnectionType(RegisterConnectionTypeRequest 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. -
Uses of RegisterConnectionTypeRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type RegisterConnectionTypeRequest Modifier and Type Method Description SdkHttpFullRequestRegisterConnectionTypeRequestMarshaller. marshall(RegisterConnectionTypeRequest registerConnectionTypeRequest)
-