Uses of Class
com.oracle.bmc.goldengate.model.AzureSynapseConnection.TechnologyType
-
Packages that use AzureSynapseConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of AzureSynapseConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AzureSynapseConnection.TechnologyType Modifier and Type Method Description static AzureSynapseConnection.TechnologyTypeAzureSynapseConnection.TechnologyType. create(String key)AzureSynapseConnection.TechnologyTypeAzureSynapseConnection. getTechnologyType()The Azure Synapse Analytics technology type.AzureSynapseConnection.TechnologyTypeAzureSynapseConnectionSummary. getTechnologyType()The Azure Synapse Analytics technology type.AzureSynapseConnection.TechnologyTypeCreateAzureSynapseConnectionDetails. getTechnologyType()The Azure Synapse Analytics technology type.static AzureSynapseConnection.TechnologyTypeAzureSynapseConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureSynapseConnection.TechnologyType[]AzureSynapseConnection.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 AzureSynapseConnection.TechnologyType Modifier and Type Method Description AzureSynapseConnection.BuilderAzureSynapseConnection.Builder. technologyType(AzureSynapseConnection.TechnologyType technologyType)The Azure Synapse Analytics technology type.AzureSynapseConnectionSummary.BuilderAzureSynapseConnectionSummary.Builder. technologyType(AzureSynapseConnection.TechnologyType technologyType)The Azure Synapse Analytics technology type.CreateAzureSynapseConnectionDetails.BuilderCreateAzureSynapseConnectionDetails.Builder. technologyType(AzureSynapseConnection.TechnologyType technologyType)The Azure Synapse Analytics technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type AzureSynapseConnection.TechnologyType Constructor Description AzureSynapseConnection(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, AzureSynapseConnection.TechnologyType technologyType, String connectionString, String username, String passwordSecretId)Deprecated.AzureSynapseConnectionSummary(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, AzureSynapseConnection.TechnologyType technologyType, String connectionString, String username, String passwordSecretId)Deprecated.CreateAzureSynapseConnectionDetails(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, AzureSynapseConnection.TechnologyType technologyType, String connectionString, String username, String password, String passwordSecretId)Deprecated.
-