Uses of Class
com.oracle.bmc.database.model.DbSystemShapeSummary
-
Packages that use DbSystemShapeSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of DbSystemShapeSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DbSystemShapeSummary Modifier and Type Method Description Iterable<DbSystemShapeSummary>
DatabasePaginators. listDbSystemShapesRecordIterator(ListDbSystemShapesRequest request)
Creates a new iterable which will iterate over theDbSystemShapeSummary
objects contained in responses from the listDbSystemShapes operation. -
Uses of DbSystemShapeSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemShapeSummary Modifier and Type Method Description DbSystemShapeSummary
DbSystemShapeSummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type DbSystemShapeSummary Modifier and Type Method Description DbSystemShapeSummary.Builder
DbSystemShapeSummary.Builder. copy(DbSystemShapeSummary model)
-
Uses of DbSystemShapeSummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type DbSystemShapeSummary Modifier and Type Method Description List<DbSystemShapeSummary>
ListDbSystemShapesResponse. getItems()
A list of com.oracle.bmc.database.model.DbSystemShapeSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type DbSystemShapeSummary Modifier and Type Method Description ListDbSystemShapesResponse.Builder
ListDbSystemShapesResponse.Builder. items(List<DbSystemShapeSummary> items)
A list of com.oracle.bmc.database.model.DbSystemShapeSummary instances.
-