Uses of Class
com.oracle.bmc.goldengate.model.KafkaConnection.TechnologyType
-
Packages that use KafkaConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of KafkaConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return KafkaConnection.TechnologyType Modifier and Type Method Description static KafkaConnection.TechnologyTypeKafkaConnection.TechnologyType. create(String key)KafkaConnection.TechnologyTypeCreateKafkaConnectionDetails. getTechnologyType()The Kafka technology type.KafkaConnection.TechnologyTypeKafkaConnection. getTechnologyType()The Kafka technology type.KafkaConnection.TechnologyTypeKafkaConnectionSummary. getTechnologyType()The Kafka technology type.static KafkaConnection.TechnologyTypeKafkaConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaConnection.TechnologyType[]KafkaConnection.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 KafkaConnection.TechnologyType Modifier and Type Method Description CreateKafkaConnectionDetails.BuilderCreateKafkaConnectionDetails.Builder. technologyType(KafkaConnection.TechnologyType technologyType)The Kafka technology type.KafkaConnection.BuilderKafkaConnection.Builder. technologyType(KafkaConnection.TechnologyType technologyType)The Kafka technology type.KafkaConnectionSummary.BuilderKafkaConnectionSummary.Builder. technologyType(KafkaConnection.TechnologyType technologyType)The Kafka technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type KafkaConnection.TechnologyType Constructor Description CreateKafkaConnectionDetails(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, KafkaConnection.TechnologyType technologyType, String streamPoolId, List<KafkaBootstrapServer> bootstrapServers, KafkaConnection.SecurityProtocol securityProtocol, 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 consumerProperties, String producerProperties)Deprecated.KafkaConnection(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, KafkaConnection.TechnologyType technologyType, String streamPoolId, List<KafkaBootstrapServer> bootstrapServers, KafkaConnection.SecurityProtocol securityProtocol, String username, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId, String consumerProperties, String producerProperties)Deprecated.KafkaConnectionSummary(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, KafkaConnection.TechnologyType technologyType, String streamPoolId, List<KafkaBootstrapServer> bootstrapServers, KafkaConnection.SecurityProtocol securityProtocol, String username, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)Deprecated.
-