Uses of Class
com.oracle.bmc.core.model.Shape
-
Packages that use Shape Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Shape in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Shape Modifier and Type Method Description Iterable<Shape>
ComputePaginators. listShapesRecordIterator(ListShapesRequest request)
Creates a new iterable which will iterate over theShape
objects contained in responses from the listShapes operation. -
Uses of Shape in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Shape Modifier and Type Method Description Shape
Shape.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type Shape Modifier and Type Method Description Shape.Builder
Shape.Builder. copy(Shape model)
-
Uses of Shape in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type Shape Modifier and Type Method Description List<Shape>
ListShapesResponse. getItems()
A list of com.oracle.bmc.core.model.Shape instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type Shape Modifier and Type Method Description ListShapesResponse.Builder
ListShapesResponse.Builder. items(List<Shape> items)
A list of com.oracle.bmc.core.model.Shape instances.
-