Uses of Class
com.oracle.bmc.datasafe.model.PeerTargetDatabase
-
Packages that use PeerTargetDatabase Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of PeerTargetDatabase in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return PeerTargetDatabase Modifier and Type Method Description PeerTargetDatabase
PeerTargetDatabase.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type PeerTargetDatabase Modifier and Type Method Description List<PeerTargetDatabase>
TargetDatabase. getPeerTargetDatabases()
The OCIDs of associated resources like database, Data Safe private endpoint, etc.Methods in com.oracle.bmc.datasafe.model with parameters of type PeerTargetDatabase Modifier and Type Method Description PeerTargetDatabase.Builder
PeerTargetDatabase.Builder. copy(PeerTargetDatabase model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type PeerTargetDatabase Modifier and Type Method Description TargetDatabase.Builder
TargetDatabase.Builder. peerTargetDatabases(List<PeerTargetDatabase> peerTargetDatabases)
The OCIDs of associated resources like database, Data Safe private endpoint, etc. -
Uses of PeerTargetDatabase in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return PeerTargetDatabase Modifier and Type Method Description PeerTargetDatabase
CreatePeerTargetDatabaseResponse. getPeerTargetDatabase()
The returned PeerTargetDatabase instance.PeerTargetDatabase
GetPeerTargetDatabaseResponse. getPeerTargetDatabase()
The returned PeerTargetDatabase instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type PeerTargetDatabase Modifier and Type Method Description CreatePeerTargetDatabaseResponse.Builder
CreatePeerTargetDatabaseResponse.Builder. peerTargetDatabase(PeerTargetDatabase peerTargetDatabase)
The returned PeerTargetDatabase instance.GetPeerTargetDatabaseResponse.Builder
GetPeerTargetDatabaseResponse.Builder. peerTargetDatabase(PeerTargetDatabase peerTargetDatabase)
The returned PeerTargetDatabase instance.
-