Uses of Class
com.oracle.bmc.mysql.model.DbSystemSummary
-
Packages that use DbSystemSummary Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.responses -
-
Uses of DbSystemSummary in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type DbSystemSummary Modifier and Type Method Description Iterable<DbSystemSummary>
DbSystemPaginators. listDbSystemsRecordIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over theDbSystemSummary
objects contained in responses from the listDbSystems operation. -
Uses of DbSystemSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemSummary Modifier and Type Method Description DbSystemSummary
DbSystemSummary.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemSummary Modifier and Type Method Description DbSystemSummary.Builder
DbSystemSummary.Builder. copy(DbSystemSummary model)
-
Uses of DbSystemSummary in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return types with arguments of type DbSystemSummary Modifier and Type Method Description List<DbSystemSummary>
ListDbSystemsResponse. getItems()
A list of com.oracle.bmc.mysql.model.DbSystemSummary instances.Method parameters in com.oracle.bmc.mysql.responses with type arguments of type DbSystemSummary Modifier and Type Method Description ListDbSystemsResponse.Builder
ListDbSystemsResponse.Builder. items(List<DbSystemSummary> items)
A list of com.oracle.bmc.mysql.model.DbSystemSummary instances.
-