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.roverMethods 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 theShapeSummaryobjects contained in responses from the listShapes operation.
- 
Uses of ShapeSummary in com.oracle.bmc.rover.modelMethods in com.oracle.bmc.rover.model that return ShapeSummary Modifier and Type Method Description ShapeSummaryShapeSummary.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.BuilderShapeSummary.Builder. copy(ShapeSummary model)Method parameters in com.oracle.bmc.rover.model with type arguments of type ShapeSummary Modifier and Type Method Description ShapeCollection.BuilderShapeCollection.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.
 
-