Uses of Class
com.oracle.bmc.datasafe.responses.GetPeerTargetDatabaseResponse
-
Packages that use GetPeerTargetDatabaseResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetPeerTargetDatabaseResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetPeerTargetDatabaseResponse Modifier and Type Method Description GetPeerTargetDatabaseResponse
DataSafe. getPeerTargetDatabase(GetPeerTargetDatabaseRequest request)
Returns the details of the specified Data Safe peer target database.GetPeerTargetDatabaseResponse
DataSafeClient. getPeerTargetDatabase(GetPeerTargetDatabaseRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetPeerTargetDatabaseResponse Modifier and Type Method Description Future<GetPeerTargetDatabaseResponse>
DataSafeAsync. getPeerTargetDatabase(GetPeerTargetDatabaseRequest request, AsyncHandler<GetPeerTargetDatabaseRequest,GetPeerTargetDatabaseResponse> handler)
Returns the details of the specified Data Safe peer target database.Future<GetPeerTargetDatabaseResponse>
DataSafeAsyncClient. getPeerTargetDatabase(GetPeerTargetDatabaseRequest request, AsyncHandler<GetPeerTargetDatabaseRequest,GetPeerTargetDatabaseResponse> handler)
-
Uses of GetPeerTargetDatabaseResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetPeerTargetDatabaseResponse Modifier and Type Method Description GetPeerTargetDatabaseResponse
GetPeerTargetDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetPeerTargetDatabaseResponse Modifier and Type Method Description GetPeerTargetDatabaseResponse.Builder
GetPeerTargetDatabaseResponse.Builder. copy(GetPeerTargetDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-