Uses of Class
com.oracle.bmc.goldengate.model.AmazonRedshiftConnection.TechnologyType
-
Packages that use AmazonRedshiftConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of AmazonRedshiftConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AmazonRedshiftConnection.TechnologyType Modifier and Type Method Description static AmazonRedshiftConnection.TechnologyTypeAmazonRedshiftConnection.TechnologyType. create(String key)AmazonRedshiftConnection.TechnologyTypeAmazonRedshiftConnection. getTechnologyType()The Amazon Redshift technology type.AmazonRedshiftConnection.TechnologyTypeAmazonRedshiftConnectionSummary. getTechnologyType()The Amazon Redshift technology type.AmazonRedshiftConnection.TechnologyTypeCreateAmazonRedshiftConnectionDetails. getTechnologyType()The Amazon Redshift technology type.static AmazonRedshiftConnection.TechnologyTypeAmazonRedshiftConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AmazonRedshiftConnection.TechnologyType[]AmazonRedshiftConnection.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 AmazonRedshiftConnection.TechnologyType Modifier and Type Method Description AmazonRedshiftConnection.BuilderAmazonRedshiftConnection.Builder. technologyType(AmazonRedshiftConnection.TechnologyType technologyType)The Amazon Redshift technology type.AmazonRedshiftConnectionSummary.BuilderAmazonRedshiftConnectionSummary.Builder. technologyType(AmazonRedshiftConnection.TechnologyType technologyType)The Amazon Redshift technology type.CreateAmazonRedshiftConnectionDetails.BuilderCreateAmazonRedshiftConnectionDetails.Builder. technologyType(AmazonRedshiftConnection.TechnologyType technologyType)The Amazon Redshift technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type AmazonRedshiftConnection.TechnologyType Constructor Description AmazonRedshiftConnection(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, AmazonRedshiftConnection.TechnologyType technologyType, String connectionUrl, String username, String passwordSecretId)Deprecated.AmazonRedshiftConnectionSummary(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, AmazonRedshiftConnection.TechnologyType technologyType, String connectionUrl, String username, String passwordSecretId)Deprecated.CreateAmazonRedshiftConnectionDetails(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, AmazonRedshiftConnection.TechnologyType technologyType, String connectionUrl, String username, String password, String passwordSecretId)Deprecated.
-