Uses of Class
com.oracle.bmc.recovery.model.ProtectedDatabaseSummary
-
Packages that use ProtectedDatabaseSummary Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.model -
-
Uses of ProtectedDatabaseSummary in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return types with arguments of type ProtectedDatabaseSummary Modifier and Type Method Description Iterable<ProtectedDatabaseSummary>
DatabaseRecoveryPaginators. listProtectedDatabasesRecordIterator(ListProtectedDatabasesRequest request)
Creates a new iterable which will iterate over theProtectedDatabaseSummary
objects contained in responses from the listProtectedDatabases operation. -
Uses of ProtectedDatabaseSummary in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ProtectedDatabaseSummary Modifier and Type Method Description ProtectedDatabaseSummary
ProtectedDatabaseSummary.Builder. build()
Methods in com.oracle.bmc.recovery.model that return types with arguments of type ProtectedDatabaseSummary Modifier and Type Method Description List<ProtectedDatabaseSummary>
ProtectedDatabaseCollection. getItems()
List of protected databases.Methods in com.oracle.bmc.recovery.model with parameters of type ProtectedDatabaseSummary Modifier and Type Method Description ProtectedDatabaseSummary.Builder
ProtectedDatabaseSummary.Builder. copy(ProtectedDatabaseSummary model)
Method parameters in com.oracle.bmc.recovery.model with type arguments of type ProtectedDatabaseSummary Modifier and Type Method Description ProtectedDatabaseCollection.Builder
ProtectedDatabaseCollection.Builder. items(List<ProtectedDatabaseSummary> items)
List of protected databases.Constructor parameters in com.oracle.bmc.recovery.model with type arguments of type ProtectedDatabaseSummary Constructor Description ProtectedDatabaseCollection(List<ProtectedDatabaseSummary> items)
Deprecated.
-