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