Uses of Class
software.amazon.awssdk.services.glue.model.BasicAuthenticationProperties
-
Packages that use BasicAuthenticationProperties Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BasicAuthenticationProperties in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BasicAuthenticationProperties Modifier and Type Method Description BasicAuthenticationPropertiesConnectorAuthenticationConfiguration. basicAuthenticationProperties()Returns the value of the BasicAuthenticationProperties property for this object.Methods in software.amazon.awssdk.services.glue.model with parameters of type BasicAuthenticationProperties Modifier and Type Method Description ConnectorAuthenticationConfiguration.BuilderConnectorAuthenticationConfiguration.Builder. basicAuthenticationProperties(BasicAuthenticationProperties basicAuthenticationProperties)Sets the value of the BasicAuthenticationProperties property for this object.
-