Uses of Class
com.oracle.bmc.databasemanagement.model.ManagedDatabaseGroupSummary
-
Packages that use ManagedDatabaseGroupSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of ManagedDatabaseGroupSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ManagedDatabaseGroupSummary Modifier and Type Method Description Iterable<ManagedDatabaseGroupSummary>
DbManagementPaginators. listManagedDatabaseGroupsRecordIterator(ListManagedDatabaseGroupsRequest request)
Creates a new iterable which will iterate over theManagedDatabaseGroupSummary
objects contained in responses from the listManagedDatabaseGroups operation. -
Uses of ManagedDatabaseGroupSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ManagedDatabaseGroupSummary Modifier and Type Method Description ManagedDatabaseGroupSummary
ManagedDatabaseGroupSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type ManagedDatabaseGroupSummary Modifier and Type Method Description List<ManagedDatabaseGroupSummary>
ManagedDatabaseGroupCollection. getItems()
An array of ManagedDatabaseGroupSummary resources.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ManagedDatabaseGroupSummary Modifier and Type Method Description ManagedDatabaseGroupSummary.Builder
ManagedDatabaseGroupSummary.Builder. copy(ManagedDatabaseGroupSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ManagedDatabaseGroupSummary Modifier and Type Method Description ManagedDatabaseGroupCollection.Builder
ManagedDatabaseGroupCollection.Builder. items(List<ManagedDatabaseGroupSummary> items)
An array of ManagedDatabaseGroupSummary resources.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ManagedDatabaseGroupSummary Constructor Description ManagedDatabaseGroupCollection(List<ManagedDatabaseGroupSummary> items)
Deprecated.
-