Uses of Class
com.oracle.bmc.managedkafka.model.BootstrapUrl
-
Packages that use BootstrapUrl Package Description com.oracle.bmc.managedkafka.model -
-
Uses of BootstrapUrl in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return BootstrapUrl Modifier and Type Method Description BootstrapUrl
BootstrapUrl.Builder. build()
Methods in com.oracle.bmc.managedkafka.model that return types with arguments of type BootstrapUrl Modifier and Type Method Description List<BootstrapUrl>
KafkaCluster. getKafkaBootstrapUrls()
Bootstrap URL that can be used to connect to KafkaMethods in com.oracle.bmc.managedkafka.model with parameters of type BootstrapUrl Modifier and Type Method Description BootstrapUrl.Builder
BootstrapUrl.Builder. copy(BootstrapUrl model)
Method parameters in com.oracle.bmc.managedkafka.model with type arguments of type BootstrapUrl Modifier and Type Method Description KafkaCluster.Builder
KafkaCluster.Builder. kafkaBootstrapUrls(List<BootstrapUrl> kafkaBootstrapUrls)
Bootstrap URL that can be used to connect to Kafka
-