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