Uses of Class
com.oracle.bmc.recovery.responses.UpdateProtectedDatabaseResponse
-
Packages that use UpdateProtectedDatabaseResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of UpdateProtectedDatabaseResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return UpdateProtectedDatabaseResponse Modifier and Type Method Description UpdateProtectedDatabaseResponse
DatabaseRecovery. updateProtectedDatabase(UpdateProtectedDatabaseRequest request)
Updates the Protected DatabaseUpdateProtectedDatabaseResponse
DatabaseRecoveryClient. updateProtectedDatabase(UpdateProtectedDatabaseRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type UpdateProtectedDatabaseResponse Modifier and Type Method Description Future<UpdateProtectedDatabaseResponse>
DatabaseRecoveryAsync. updateProtectedDatabase(UpdateProtectedDatabaseRequest request, AsyncHandler<UpdateProtectedDatabaseRequest,UpdateProtectedDatabaseResponse> handler)
Updates the Protected DatabaseFuture<UpdateProtectedDatabaseResponse>
DatabaseRecoveryAsyncClient. updateProtectedDatabase(UpdateProtectedDatabaseRequest request, AsyncHandler<UpdateProtectedDatabaseRequest,UpdateProtectedDatabaseResponse> handler)
Method parameters in com.oracle.bmc.recovery with type arguments of type UpdateProtectedDatabaseResponse Modifier and Type Method Description Future<UpdateProtectedDatabaseResponse>
DatabaseRecoveryAsync. updateProtectedDatabase(UpdateProtectedDatabaseRequest request, AsyncHandler<UpdateProtectedDatabaseRequest,UpdateProtectedDatabaseResponse> handler)
Updates the Protected DatabaseFuture<UpdateProtectedDatabaseResponse>
DatabaseRecoveryAsyncClient. updateProtectedDatabase(UpdateProtectedDatabaseRequest request, AsyncHandler<UpdateProtectedDatabaseRequest,UpdateProtectedDatabaseResponse> handler)
-
Uses of UpdateProtectedDatabaseResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return UpdateProtectedDatabaseResponse Modifier and Type Method Description UpdateProtectedDatabaseResponse
UpdateProtectedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type UpdateProtectedDatabaseResponse Modifier and Type Method Description UpdateProtectedDatabaseResponse.Builder
UpdateProtectedDatabaseResponse.Builder. copy(UpdateProtectedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-