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