Uses of Class
com.oracle.bmc.redis.model.Node
-
Packages that use Node Package Description com.oracle.bmc.redis.model -
-
Uses of Node in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return Node Modifier and Type Method Description Node
Node.Builder. build()
Methods in com.oracle.bmc.redis.model that return types with arguments of type Node Modifier and Type Method Description List<Node>
NodeCollection. getItems()
Collection of node objects.Methods in com.oracle.bmc.redis.model with parameters of type Node Modifier and Type Method Description Node.Builder
Node.Builder. copy(Node model)
Method parameters in com.oracle.bmc.redis.model with type arguments of type Node Modifier and Type Method Description NodeCollection.Builder
NodeCollection.Builder. items(List<Node> items)
Collection of node objects.Constructor parameters in com.oracle.bmc.redis.model with type arguments of type Node Constructor Description NodeCollection(List<Node> items)
Deprecated.
-