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