Uses of Class
com.oracle.bmc.goldengate.model.DatabricksConnection.TechnologyType
-
Packages that use DatabricksConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of DatabricksConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DatabricksConnection.TechnologyType Modifier and Type Method Description static DatabricksConnection.TechnologyTypeDatabricksConnection.TechnologyType. create(String key)DatabricksConnection.TechnologyTypeCreateDatabricksConnectionDetails. getTechnologyType()The Databricks technology type.DatabricksConnection.TechnologyTypeDatabricksConnection. getTechnologyType()The Databricks technology type.DatabricksConnection.TechnologyTypeDatabricksConnectionSummary. getTechnologyType()The Databricks technology type.static DatabricksConnection.TechnologyTypeDatabricksConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabricksConnection.TechnologyType[]DatabricksConnection.TechnologyType. 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.TechnologyType Modifier and Type Method Description CreateDatabricksConnectionDetails.BuilderCreateDatabricksConnectionDetails.Builder. technologyType(DatabricksConnection.TechnologyType technologyType)The Databricks technology type.DatabricksConnection.BuilderDatabricksConnection.Builder. technologyType(DatabricksConnection.TechnologyType technologyType)The Databricks technology type.DatabricksConnectionSummary.BuilderDatabricksConnectionSummary.Builder. technologyType(DatabricksConnection.TechnologyType technologyType)The Databricks technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type DatabricksConnection.TechnologyType 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.
-