Uses of Class
com.oracle.bmc.recovery.requests.UpdateProtectedDatabaseRequest
-
Packages that use UpdateProtectedDatabaseRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of UpdateProtectedDatabaseRequest in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery with parameters of type UpdateProtectedDatabaseRequest Modifier and Type Method Description UpdateProtectedDatabaseResponse
DatabaseRecovery. updateProtectedDatabase(UpdateProtectedDatabaseRequest request)
Updates the Protected DatabaseFuture<UpdateProtectedDatabaseResponse>
DatabaseRecoveryAsync. updateProtectedDatabase(UpdateProtectedDatabaseRequest request, AsyncHandler<UpdateProtectedDatabaseRequest,UpdateProtectedDatabaseResponse> handler)
Updates the Protected DatabaseFuture<UpdateProtectedDatabaseResponse>
DatabaseRecoveryAsyncClient. updateProtectedDatabase(UpdateProtectedDatabaseRequest request, AsyncHandler<UpdateProtectedDatabaseRequest,UpdateProtectedDatabaseResponse> handler)
UpdateProtectedDatabaseResponse
DatabaseRecoveryClient. updateProtectedDatabase(UpdateProtectedDatabaseRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type UpdateProtectedDatabaseRequest 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 UpdateProtectedDatabaseRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return UpdateProtectedDatabaseRequest Modifier and Type Method Description UpdateProtectedDatabaseRequest
UpdateProtectedDatabaseRequest.Builder. build()
Build the instance of UpdateProtectedDatabaseRequest as configured by this builderUpdateProtectedDatabaseRequest
UpdateProtectedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProtectedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type UpdateProtectedDatabaseRequest Modifier and Type Method Description UpdateProtectedDatabaseRequest.Builder
UpdateProtectedDatabaseRequest.Builder. copy(UpdateProtectedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-