Uses of Class
software.amazon.awssdk.services.glue.model.ConnectorAuthenticationConfiguration
-
Packages that use ConnectorAuthenticationConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectorAuthenticationConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectorAuthenticationConfiguration Modifier and Type Method Description ConnectorAuthenticationConfigurationRegisterConnectionTypeRequest. connectorAuthenticationConfiguration()Defines the supported authentication types and required properties for this connection type, including Basic, OAuth2, and Custom authentication methods.Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectorAuthenticationConfiguration Modifier and Type Method Description RegisterConnectionTypeRequest.BuilderRegisterConnectionTypeRequest.Builder. connectorAuthenticationConfiguration(ConnectorAuthenticationConfiguration connectorAuthenticationConfiguration)Defines the supported authentication types and required properties for this connection type, including Basic, OAuth2, and Custom authentication methods.
-