Uses of Class
com.oracle.bmc.database.model.RefreshableCloneSummary
-
Packages that use RefreshableCloneSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of RefreshableCloneSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RefreshableCloneSummary Modifier and Type Method Description Iterable<RefreshableCloneSummary>
DatabasePaginators. listAutonomousDatabaseRefreshableClonesRecordIterator(ListAutonomousDatabaseRefreshableClonesRequest request)
Creates a new iterable which will iterate over theRefreshableCloneSummary
objects contained in responses from the listAutonomousDatabaseRefreshableClones operation. -
Uses of RefreshableCloneSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return RefreshableCloneSummary Modifier and Type Method Description RefreshableCloneSummary
RefreshableCloneSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type RefreshableCloneSummary Modifier and Type Method Description List<RefreshableCloneSummary>
RefreshableCloneCollection. getItems()
Methods in com.oracle.bmc.database.model with parameters of type RefreshableCloneSummary Modifier and Type Method Description RefreshableCloneSummary.Builder
RefreshableCloneSummary.Builder. copy(RefreshableCloneSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type RefreshableCloneSummary Modifier and Type Method Description RefreshableCloneCollection.Builder
RefreshableCloneCollection.Builder. items(List<RefreshableCloneSummary> items)
Constructor parameters in com.oracle.bmc.database.model with type arguments of type RefreshableCloneSummary Constructor Description RefreshableCloneCollection(List<RefreshableCloneSummary> items)
Deprecated.
-