Uses of Class
com.oracle.bmc.recovery.model.ProtectedDatabaseCollection
-
Packages that use ProtectedDatabaseCollection Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.responses -
-
Uses of ProtectedDatabaseCollection in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ProtectedDatabaseCollection Modifier and Type Method Description ProtectedDatabaseCollection
ProtectedDatabaseCollection.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type ProtectedDatabaseCollection Modifier and Type Method Description ProtectedDatabaseCollection.Builder
ProtectedDatabaseCollection.Builder. copy(ProtectedDatabaseCollection model)
-
Uses of ProtectedDatabaseCollection in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ProtectedDatabaseCollection Modifier and Type Method Description ProtectedDatabaseCollection
ListProtectedDatabasesResponse. getProtectedDatabaseCollection()
The returned ProtectedDatabaseCollection instance.Methods in com.oracle.bmc.recovery.responses with parameters of type ProtectedDatabaseCollection Modifier and Type Method Description ListProtectedDatabasesResponse.Builder
ListProtectedDatabasesResponse.Builder. protectedDatabaseCollection(ProtectedDatabaseCollection protectedDatabaseCollection)
The returned ProtectedDatabaseCollection instance.
-