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.TechnologyType
AmazonRedshiftConnection.TechnologyType. create(String key)
AmazonRedshiftConnection.TechnologyType
AmazonRedshiftConnection. getTechnologyType()
The Amazon Redshift technology type.AmazonRedshiftConnection.TechnologyType
AmazonRedshiftConnectionSummary. getTechnologyType()
The Amazon Redshift technology type.AmazonRedshiftConnection.TechnologyType
CreateAmazonRedshiftConnectionDetails. getTechnologyType()
The Amazon Redshift technology type.static AmazonRedshiftConnection.TechnologyType
AmazonRedshiftConnection.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.Builder
AmazonRedshiftConnection.Builder. technologyType(AmazonRedshiftConnection.TechnologyType technologyType)
The Amazon Redshift technology type.AmazonRedshiftConnectionSummary.Builder
AmazonRedshiftConnectionSummary.Builder. technologyType(AmazonRedshiftConnection.TechnologyType technologyType)
The Amazon Redshift technology type.CreateAmazonRedshiftConnectionDetails.Builder
CreateAmazonRedshiftConnectionDetails.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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, AmazonRedshiftConnection.TechnologyType technologyType, String connectionUrl, String username, String password, String passwordSecretId)
Deprecated.
-