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