Uses of Class
com.oracle.bmc.goldengate.model.OracleNosqlConnection.TechnologyType
-
Packages that use OracleNosqlConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of OracleNosqlConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return OracleNosqlConnection.TechnologyType Modifier and Type Method Description static OracleNosqlConnection.TechnologyTypeOracleNosqlConnection.TechnologyType. create(String key)OracleNosqlConnection.TechnologyTypeCreateOracleNosqlConnectionDetails. getTechnologyType()The Oracle NoSQL technology type.OracleNosqlConnection.TechnologyTypeOracleNosqlConnection. getTechnologyType()The Oracle NoSQL technology type.OracleNosqlConnection.TechnologyTypeOracleNosqlConnectionSummary. getTechnologyType()The Oracle NoSQL technology type.static OracleNosqlConnection.TechnologyTypeOracleNosqlConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleNosqlConnection.TechnologyType[]OracleNosqlConnection.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 OracleNosqlConnection.TechnologyType Modifier and Type Method Description CreateOracleNosqlConnectionDetails.BuilderCreateOracleNosqlConnectionDetails.Builder. technologyType(OracleNosqlConnection.TechnologyType technologyType)The Oracle NoSQL technology type.OracleNosqlConnection.BuilderOracleNosqlConnection.Builder. technologyType(OracleNosqlConnection.TechnologyType technologyType)The Oracle NoSQL technology type.OracleNosqlConnectionSummary.BuilderOracleNosqlConnectionSummary.Builder. technologyType(OracleNosqlConnection.TechnologyType technologyType)The Oracle NoSQL technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type OracleNosqlConnection.TechnologyType Constructor Description CreateOracleNosqlConnectionDetails(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, OracleNosqlConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFile, String privateKeyFileSecretId, String privateKeyPassphrase, String privateKeyPassphraseSecretId, String publicKeyFingerprint, Boolean shouldUseResourcePrincipal)Deprecated.OracleNosqlConnection(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, OracleNosqlConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId, String publicKeyFingerprint, Boolean shouldUseResourcePrincipal)Deprecated.OracleNosqlConnectionSummary(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, OracleNosqlConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId, Boolean shouldUseResourcePrincipal)Deprecated.
-