Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbSystemSummary
-
Packages that use CloudDbSystemSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbSystemSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CloudDbSystemSummary Modifier and Type Method Description Iterable<CloudDbSystemSummary>
DbManagementPaginators. listCloudDbSystemsRecordIterator(ListCloudDbSystemsRequest request)
Creates a new iterable which will iterate over theCloudDbSystemSummary
objects contained in responses from the listCloudDbSystems operation. -
Uses of CloudDbSystemSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbSystemSummary Modifier and Type Method Description CloudDbSystemSummary
CloudDbSystemSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type CloudDbSystemSummary Modifier and Type Method Description List<CloudDbSystemSummary>
CloudDbSystemCollection. getItems()
An array of cloud DB systems.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemSummary Modifier and Type Method Description CloudDbSystemSummary.Builder
CloudDbSystemSummary.Builder. copy(CloudDbSystemSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CloudDbSystemSummary Modifier and Type Method Description CloudDbSystemCollection.Builder
CloudDbSystemCollection.Builder. items(List<CloudDbSystemSummary> items)
An array of cloud DB systems.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CloudDbSystemSummary Constructor Description CloudDbSystemCollection(List<CloudDbSystemSummary> items)
Deprecated.
-