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.databaseMethods 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 theDbSystemShapeSummaryobjects contained in responses from the listDbSystemShapes operation.
- 
Uses of DbSystemShapeSummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return DbSystemShapeSummary Modifier and Type Method Description DbSystemShapeSummaryDbSystemShapeSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type DbSystemShapeSummary Modifier and Type Method Description DbSystemShapeSummary.BuilderDbSystemShapeSummary.Builder. copy(DbSystemShapeSummary model)
- 
Uses of DbSystemShapeSummary in com.oracle.bmc.database.responsesMethods 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.BuilderListDbSystemShapesResponse.Builder. items(List<DbSystemShapeSummary> items)A list of com.oracle.bmc.database.model.DbSystemShapeSummary instances.
 
-