Uses of Class
software.amazon.awssdk.services.glue.model.AuthenticationConfigurationInput
-
Packages that use AuthenticationConfigurationInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AuthenticationConfigurationInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AuthenticationConfigurationInput Modifier and Type Method Description AuthenticationConfigurationInputConnectionInput. authenticationConfiguration()The authentication properties of the connection.AuthenticationConfigurationInputTestConnectionInput. authenticationConfiguration()A structure containing the authentication configuration in the TestConnection request.Methods in software.amazon.awssdk.services.glue.model with parameters of type AuthenticationConfigurationInput Modifier and Type Method Description ConnectionInput.BuilderConnectionInput.Builder. authenticationConfiguration(AuthenticationConfigurationInput authenticationConfiguration)The authentication properties of the connection.TestConnectionInput.BuilderTestConnectionInput.Builder. authenticationConfiguration(AuthenticationConfigurationInput authenticationConfiguration)A structure containing the authentication configuration in the TestConnection request.
-