Uses of Class
com.oracle.bmc.managedkafka.model.AddonSummary
-
Packages that use AddonSummary Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.model -
-
Uses of AddonSummary in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka that return types with arguments of type AddonSummary Modifier and Type Method Description Iterable<AddonSummary>KafkaClusterPaginators. listAddonsRecordIterator(ListAddonsRequest request)Creates a new iterable which will iterate over theAddonSummaryobjects contained in responses from the listAddons operation. -
Uses of AddonSummary in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return AddonSummary Modifier and Type Method Description AddonSummaryAddonSummary.Builder. build()Methods in com.oracle.bmc.managedkafka.model that return types with arguments of type AddonSummary Modifier and Type Method Description List<AddonSummary>AddonCollection. getItems()List of kafkaClusterAddons.Methods in com.oracle.bmc.managedkafka.model with parameters of type AddonSummary Modifier and Type Method Description AddonSummary.BuilderAddonSummary.Builder. copy(AddonSummary model)Method parameters in com.oracle.bmc.managedkafka.model with type arguments of type AddonSummary Modifier and Type Method Description AddonCollection.BuilderAddonCollection.Builder. items(List<AddonSummary> items)List of kafkaClusterAddons.Constructor parameters in com.oracle.bmc.managedkafka.model with type arguments of type AddonSummary Constructor Description AddonCollection(List<AddonSummary> items)Deprecated.
-