Uses of Class
software.amazon.awssdk.services.glue.model.BasicAuthenticationCredentials
-
Packages that use BasicAuthenticationCredentials Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BasicAuthenticationCredentials in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BasicAuthenticationCredentials Modifier and Type Method Description BasicAuthenticationCredentialsAuthenticationConfigurationInput. basicAuthenticationCredentials()The credentials used when the authentication type is basic authentication.Methods in software.amazon.awssdk.services.glue.model with parameters of type BasicAuthenticationCredentials Modifier and Type Method Description AuthenticationConfigurationInput.BuilderAuthenticationConfigurationInput.Builder. basicAuthenticationCredentials(BasicAuthenticationCredentials basicAuthenticationCredentials)The credentials used when the authentication type is basic authentication.
-