Uses of Class
com.oracle.bmc.mysql.model.ShapeSummary
-
Packages that use ShapeSummary Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.responses -
-
Uses of ShapeSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ShapeSummary Modifier and Type Method Description ShapeSummary
ShapeSummary.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type ShapeSummary Modifier and Type Method Description ShapeSummary.Builder
ShapeSummary.Builder. copy(ShapeSummary model)
-
Uses of ShapeSummary in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return types with arguments of type ShapeSummary Modifier and Type Method Description List<ShapeSummary>
ListShapesResponse. getItems()
A list of com.oracle.bmc.mysql.model.ShapeSummary instances.Method parameters in com.oracle.bmc.mysql.responses with type arguments of type ShapeSummary Modifier and Type Method Description ListShapesResponse.Builder
ListShapesResponse.Builder. items(List<ShapeSummary> items)
A list of com.oracle.bmc.mysql.model.ShapeSummary instances.
-