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