Uses of Class
com.oracle.bmc.recovery.responses.GetProtectedDatabaseResponse
-
Packages that use GetProtectedDatabaseResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of GetProtectedDatabaseResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return GetProtectedDatabaseResponse Modifier and Type Method Description GetProtectedDatabaseResponse
DatabaseRecovery. getProtectedDatabase(GetProtectedDatabaseRequest request)
Gets information about a specified protected database.GetProtectedDatabaseResponse
DatabaseRecoveryClient. getProtectedDatabase(GetProtectedDatabaseRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type GetProtectedDatabaseResponse Modifier and Type Method Description Future<GetProtectedDatabaseResponse>
DatabaseRecoveryAsync. getProtectedDatabase(GetProtectedDatabaseRequest request, AsyncHandler<GetProtectedDatabaseRequest,GetProtectedDatabaseResponse> handler)
Gets information about a specified protected database.Future<GetProtectedDatabaseResponse>
DatabaseRecoveryAsyncClient. getProtectedDatabase(GetProtectedDatabaseRequest request, AsyncHandler<GetProtectedDatabaseRequest,GetProtectedDatabaseResponse> handler)
-
Uses of GetProtectedDatabaseResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return GetProtectedDatabaseResponse Modifier and Type Method Description GetProtectedDatabaseResponse
GetProtectedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type GetProtectedDatabaseResponse Modifier and Type Method Description GetProtectedDatabaseResponse.Builder
GetProtectedDatabaseResponse.Builder. copy(GetProtectedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-