Uses of Class
com.oracle.bmc.goldengate.model.SnowflakeConnection.TechnologyType
-
Packages that use SnowflakeConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of SnowflakeConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return SnowflakeConnection.TechnologyType Modifier and Type Method Description static SnowflakeConnection.TechnologyTypeSnowflakeConnection.TechnologyType. create(String key)SnowflakeConnection.TechnologyTypeCreateSnowflakeConnectionDetails. getTechnologyType()The Snowflake technology type.SnowflakeConnection.TechnologyTypeSnowflakeConnection. getTechnologyType()The Snowflake technology type.SnowflakeConnection.TechnologyTypeSnowflakeConnectionSummary. getTechnologyType()The Snowflake technology type.static SnowflakeConnection.TechnologyTypeSnowflakeConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeConnection.TechnologyType[]SnowflakeConnection.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 SnowflakeConnection.TechnologyType Modifier and Type Method Description CreateSnowflakeConnectionDetails.BuilderCreateSnowflakeConnectionDetails.Builder. technologyType(SnowflakeConnection.TechnologyType technologyType)The Snowflake technology type.SnowflakeConnection.BuilderSnowflakeConnection.Builder. technologyType(SnowflakeConnection.TechnologyType technologyType)The Snowflake technology type.SnowflakeConnectionSummary.BuilderSnowflakeConnectionSummary.Builder. technologyType(SnowflakeConnection.TechnologyType technologyType)The Snowflake technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type SnowflakeConnection.TechnologyType Constructor Description CreateSnowflakeConnectionDetails(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, SnowflakeConnection.TechnologyType technologyType, String connectionUrl, SnowflakeConnection.AuthenticationType authenticationType, String username, String password, String passwordSecretId, String privateKeyFile, String privateKeyFileSecretId, String privateKeyPassphrase, String privateKeyPassphraseSecretId)Deprecated.SnowflakeConnection(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, SnowflakeConnection.TechnologyType technologyType, String connectionUrl, SnowflakeConnection.AuthenticationType authenticationType, String username, String passwordSecretId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId)Deprecated.SnowflakeConnectionSummary(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, SnowflakeConnection.TechnologyType technologyType, String connectionUrl, SnowflakeConnection.AuthenticationType authenticationType, String username, String passwordSecretId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId)Deprecated.
-