Uses of Class
com.oracle.bmc.managedkafka.model.KafkaClusterCollection
-
Packages that use KafkaClusterCollection Package Description com.oracle.bmc.managedkafka.model com.oracle.bmc.managedkafka.responses -
-
Uses of KafkaClusterCollection in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return KafkaClusterCollection Modifier and Type Method Description KafkaClusterCollection
KafkaClusterCollection.Builder. build()
Methods in com.oracle.bmc.managedkafka.model with parameters of type KafkaClusterCollection Modifier and Type Method Description KafkaClusterCollection.Builder
KafkaClusterCollection.Builder. copy(KafkaClusterCollection model)
-
Uses of KafkaClusterCollection in com.oracle.bmc.managedkafka.responses
Methods in com.oracle.bmc.managedkafka.responses that return KafkaClusterCollection Modifier and Type Method Description KafkaClusterCollection
ListKafkaClustersResponse. getKafkaClusterCollection()
The returned KafkaClusterCollection instance.Methods in com.oracle.bmc.managedkafka.responses with parameters of type KafkaClusterCollection Modifier and Type Method Description ListKafkaClustersResponse.Builder
ListKafkaClustersResponse.Builder. kafkaClusterCollection(KafkaClusterCollection kafkaClusterCollection)
The returned KafkaClusterCollection instance.
-