Uses of Class
com.oracle.bmc.rover.model.ShapeSummary
-
Packages that use ShapeSummary Package Description com.oracle.bmc.rover com.oracle.bmc.rover.model -
-
Uses of ShapeSummary in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover that return types with arguments of type ShapeSummary Modifier and Type Method Description Iterable<ShapeSummary>
ShapePaginators. listShapesRecordIterator(ListShapesRequest request)
Creates a new iterable which will iterate over theShapeSummary
objects contained in responses from the listShapes operation. -
Uses of ShapeSummary in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return ShapeSummary Modifier and Type Method Description ShapeSummary
ShapeSummary.Builder. build()
Methods in com.oracle.bmc.rover.model that return types with arguments of type ShapeSummary Modifier and Type Method Description List<ShapeSummary>
ShapeCollection. getItems()
List of shapeSummary objects.Methods in com.oracle.bmc.rover.model with parameters of type ShapeSummary Modifier and Type Method Description ShapeSummary.Builder
ShapeSummary.Builder. copy(ShapeSummary model)
Method parameters in com.oracle.bmc.rover.model with type arguments of type ShapeSummary Modifier and Type Method Description ShapeCollection.Builder
ShapeCollection.Builder. items(List<ShapeSummary> items)
List of shapeSummary objects.Constructor parameters in com.oracle.bmc.rover.model with type arguments of type ShapeSummary Constructor Description ShapeCollection(List<ShapeSummary> items)
Deprecated.
-