Uses of Class
com.oracle.bmc.goldengate.model.DatabricksConnection.AuthenticationType
-
Packages that use DatabricksConnection.AuthenticationType Package Description com.oracle.bmc.goldengate.model -
-
Uses of DatabricksConnection.AuthenticationType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DatabricksConnection.AuthenticationType Modifier and Type Method Description static DatabricksConnection.AuthenticationTypeDatabricksConnection.AuthenticationType. create(String key)DatabricksConnection.AuthenticationTypeCreateDatabricksConnectionDetails. getAuthenticationType()Used authentication mechanism to access Databricks.DatabricksConnection.AuthenticationTypeDatabricksConnection. getAuthenticationType()Used authentication mechanism to access Databricks.DatabricksConnection.AuthenticationTypeDatabricksConnectionSummary. getAuthenticationType()Used authentication mechanism to access Databricks.DatabricksConnection.AuthenticationTypeUpdateDatabricksConnectionDetails. getAuthenticationType()Used authentication mechanism to access Databricks.static DatabricksConnection.AuthenticationTypeDatabricksConnection.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabricksConnection.AuthenticationType[]DatabricksConnection.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type DatabricksConnection.AuthenticationType Modifier and Type Method Description CreateDatabricksConnectionDetails.BuilderCreateDatabricksConnectionDetails.Builder. authenticationType(DatabricksConnection.AuthenticationType authenticationType)Used authentication mechanism to access Databricks.DatabricksConnection.BuilderDatabricksConnection.Builder. authenticationType(DatabricksConnection.AuthenticationType authenticationType)Used authentication mechanism to access Databricks.DatabricksConnectionSummary.BuilderDatabricksConnectionSummary.Builder. authenticationType(DatabricksConnection.AuthenticationType authenticationType)Used authentication mechanism to access Databricks.UpdateDatabricksConnectionDetails.BuilderUpdateDatabricksConnectionDetails.Builder. authenticationType(DatabricksConnection.AuthenticationType authenticationType)Used authentication mechanism to access Databricks.Constructors in com.oracle.bmc.goldengate.model with parameters of type DatabricksConnection.AuthenticationType Constructor Description CreateDatabricksConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, DatabricksConnection.TechnologyType technologyType, DatabricksConnection.AuthenticationType authenticationType, String connectionUrl, String password, String passwordSecretId, String clientId, String clientSecret, String clientSecretSecretId, String storageCredentialName)Deprecated.DatabricksConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, DatabricksConnection.TechnologyType technologyType, DatabricksConnection.AuthenticationType authenticationType, String connectionUrl, String passwordSecretId, String clientId, String clientSecretSecretId, String storageCredentialName)Deprecated.DatabricksConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, DatabricksConnection.TechnologyType technologyType, DatabricksConnection.AuthenticationType authenticationType, String connectionUrl, String passwordSecretId, String clientId, String clientSecretSecretId, String storageCredentialName)Deprecated.UpdateDatabricksConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, DatabricksConnection.AuthenticationType authenticationType, String connectionUrl, String password, String passwordSecretId, String clientId, String clientSecret, String clientSecretSecretId, String storageCredentialName)Deprecated.
-