Uses of Class
com.oracle.bmc.goldengate.model.KafkaSchemaRegistryConnection.TechnologyType
-
Packages that use KafkaSchemaRegistryConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of KafkaSchemaRegistryConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return KafkaSchemaRegistryConnection.TechnologyType Modifier and Type Method Description static KafkaSchemaRegistryConnection.TechnologyTypeKafkaSchemaRegistryConnection.TechnologyType. create(String key)KafkaSchemaRegistryConnection.TechnologyTypeCreateKafkaSchemaRegistryConnectionDetails. getTechnologyType()The Kafka (e.g.KafkaSchemaRegistryConnection.TechnologyTypeKafkaSchemaRegistryConnection. getTechnologyType()The Kafka (e.g.KafkaSchemaRegistryConnection.TechnologyTypeKafkaSchemaRegistryConnectionSummary. getTechnologyType()The Kafka (e.g.static KafkaSchemaRegistryConnection.TechnologyTypeKafkaSchemaRegistryConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaSchemaRegistryConnection.TechnologyType[]KafkaSchemaRegistryConnection.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 KafkaSchemaRegistryConnection.TechnologyType Modifier and Type Method Description CreateKafkaSchemaRegistryConnectionDetails.BuilderCreateKafkaSchemaRegistryConnectionDetails.Builder. technologyType(KafkaSchemaRegistryConnection.TechnologyType technologyType)The Kafka (e.g.KafkaSchemaRegistryConnection.BuilderKafkaSchemaRegistryConnection.Builder. technologyType(KafkaSchemaRegistryConnection.TechnologyType technologyType)The Kafka (e.g.KafkaSchemaRegistryConnectionSummary.BuilderKafkaSchemaRegistryConnectionSummary.Builder. technologyType(KafkaSchemaRegistryConnection.TechnologyType technologyType)The Kafka (e.g.Constructors in com.oracle.bmc.goldengate.model with parameters of type KafkaSchemaRegistryConnection.TechnologyType Constructor Description CreateKafkaSchemaRegistryConnectionDetails(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, KafkaSchemaRegistryConnection.TechnologyType technologyType, String url, KafkaSchemaRegistryConnection.AuthenticationType authenticationType, String username, String password, String passwordSecretId, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String sslKeyPassword, String sslKeyPasswordSecretId, String privateIp)Deprecated.KafkaSchemaRegistryConnection(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, KafkaSchemaRegistryConnection.TechnologyType technologyType, String url, KafkaSchemaRegistryConnection.AuthenticationType authenticationType, String username, String privateIp, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)Deprecated.KafkaSchemaRegistryConnectionSummary(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, KafkaSchemaRegistryConnection.TechnologyType technologyType, String url, KafkaSchemaRegistryConnection.AuthenticationType authenticationType, String username, String privateIp, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)Deprecated.
-