Uses of Class
com.oracle.bmc.psql.model.ShapeSummary
-
Packages that use ShapeSummary Package Description com.oracle.bmc.psql com.oracle.bmc.psql.model -
-
Uses of ShapeSummary in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return types with arguments of type ShapeSummary Modifier and Type Method Description Iterable<ShapeSummary>
PostgresqlPaginators. 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.psql.model
Methods in com.oracle.bmc.psql.model that return ShapeSummary Modifier and Type Method Description ShapeSummary
ShapeSummary.Builder. build()
Methods in com.oracle.bmc.psql.model that return types with arguments of type ShapeSummary Modifier and Type Method Description List<ShapeSummary>
ShapeCollection. getItems()
List of supported shapes.Methods in com.oracle.bmc.psql.model with parameters of type ShapeSummary Modifier and Type Method Description ShapeSummary.Builder
ShapeSummary.Builder. copy(ShapeSummary model)
Method parameters in com.oracle.bmc.psql.model with type arguments of type ShapeSummary Modifier and Type Method Description ShapeCollection.Builder
ShapeCollection.Builder. items(List<ShapeSummary> items)
List of supported shapes.Constructor parameters in com.oracle.bmc.psql.model with type arguments of type ShapeSummary Constructor Description ShapeCollection(List<ShapeSummary> items)
Deprecated.
-