Uses of Class
com.oracle.bmc.managedkafka.model.KafkaClusterConfigSummary
-
Packages that use KafkaClusterConfigSummary Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.model -
-
Uses of KafkaClusterConfigSummary in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka that return types with arguments of type KafkaClusterConfigSummary Modifier and Type Method Description Iterable<KafkaClusterConfigSummary>
KafkaClusterPaginators. listKafkaClusterConfigsRecordIterator(ListKafkaClusterConfigsRequest request)
Creates a new iterable which will iterate over theKafkaClusterConfigSummary
objects contained in responses from the listKafkaClusterConfigs operation. -
Uses of KafkaClusterConfigSummary in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return KafkaClusterConfigSummary Modifier and Type Method Description KafkaClusterConfigSummary
KafkaClusterConfigSummary.Builder. build()
Methods in com.oracle.bmc.managedkafka.model that return types with arguments of type KafkaClusterConfigSummary Modifier and Type Method Description List<KafkaClusterConfigSummary>
KafkaClusterConfigCollection. getItems()
List of kafkaClustersConfig.Methods in com.oracle.bmc.managedkafka.model with parameters of type KafkaClusterConfigSummary Modifier and Type Method Description KafkaClusterConfigSummary.Builder
KafkaClusterConfigSummary.Builder. copy(KafkaClusterConfigSummary model)
Method parameters in com.oracle.bmc.managedkafka.model with type arguments of type KafkaClusterConfigSummary Modifier and Type Method Description KafkaClusterConfigCollection.Builder
KafkaClusterConfigCollection.Builder. items(List<KafkaClusterConfigSummary> items)
List of kafkaClustersConfig.Constructor parameters in com.oracle.bmc.managedkafka.model with type arguments of type KafkaClusterConfigSummary Constructor Description KafkaClusterConfigCollection(List<KafkaClusterConfigSummary> items)
Deprecated.
-