Uses of Class
com.oracle.bmc.managedkafka.model.NodeShapeSummary
-
Packages that use NodeShapeSummary Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.model -
-
Uses of NodeShapeSummary in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka that return types with arguments of type NodeShapeSummary Modifier and Type Method Description Iterable<NodeShapeSummary>KafkaClusterPaginators. listNodeShapesRecordIterator(ListNodeShapesRequest request)Creates a new iterable which will iterate over theNodeShapeSummaryobjects contained in responses from the listNodeShapes operation. -
Uses of NodeShapeSummary in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return NodeShapeSummary Modifier and Type Method Description NodeShapeSummaryNodeShapeSummary.Builder. build()Methods in com.oracle.bmc.managedkafka.model that return types with arguments of type NodeShapeSummary Modifier and Type Method Description List<NodeShapeSummary>NodeShapeCollection. getItems()List of NodeShapeSummary.Methods in com.oracle.bmc.managedkafka.model with parameters of type NodeShapeSummary Modifier and Type Method Description NodeShapeSummary.BuilderNodeShapeSummary.Builder. copy(NodeShapeSummary model)Method parameters in com.oracle.bmc.managedkafka.model with type arguments of type NodeShapeSummary Modifier and Type Method Description NodeShapeCollection.BuilderNodeShapeCollection.Builder. items(List<NodeShapeSummary> items)List of NodeShapeSummary.Constructor parameters in com.oracle.bmc.managedkafka.model with type arguments of type NodeShapeSummary Constructor Description NodeShapeCollection(List<NodeShapeSummary> items)Deprecated.
-