Uses of Class
com.oracle.bmc.goldengate.model.KafkaBootstrapServer
-
Packages that use KafkaBootstrapServer Package Description com.oracle.bmc.goldengate.model -
-
Uses of KafkaBootstrapServer in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return KafkaBootstrapServer Modifier and Type Method Description KafkaBootstrapServer
KafkaBootstrapServer.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type KafkaBootstrapServer Modifier and Type Method Description List<KafkaBootstrapServer>
CreateKafkaConnectionDetails. getBootstrapServers()
Kafka bootstrap.List<KafkaBootstrapServer>
KafkaConnection. getBootstrapServers()
Kafka bootstrap.List<KafkaBootstrapServer>
KafkaConnectionSummary. getBootstrapServers()
Kafka bootstrap.List<KafkaBootstrapServer>
UpdateKafkaConnectionDetails. getBootstrapServers()
Kafka bootstrap.Methods in com.oracle.bmc.goldengate.model with parameters of type KafkaBootstrapServer Modifier and Type Method Description KafkaBootstrapServer.Builder
KafkaBootstrapServer.Builder. copy(KafkaBootstrapServer model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type KafkaBootstrapServer Modifier and Type Method Description CreateKafkaConnectionDetails.Builder
CreateKafkaConnectionDetails.Builder. bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.KafkaConnection.Builder
KafkaConnection.Builder. bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.KafkaConnectionSummary.Builder
KafkaConnectionSummary.Builder. bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.UpdateKafkaConnectionDetails.Builder
UpdateKafkaConnectionDetails.Builder. bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.
-