Uses of Class
com.oracle.bmc.database.requests.UpdateBackupRequest
-
Packages that use UpdateBackupRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateBackupRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateBackupRequest Modifier and Type Method Description Waiter<UpdateBackupRequest,UpdateBackupResponse>
DatabaseWaiters. forUpdateBackup(UpdateBackupRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateBackupRequest,UpdateBackupResponse>
DatabaseWaiters. forUpdateBackup(UpdateBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateBackupRequest Modifier and Type Method Description Future<UpdateBackupResponse>
DatabaseAsync. updateBackup(UpdateBackupRequest request, AsyncHandler<UpdateBackupRequest,UpdateBackupResponse> handler)
Updates database backup details.Future<UpdateBackupResponse>
DatabaseAsyncClient. updateBackup(UpdateBackupRequest request, AsyncHandler<UpdateBackupRequest,UpdateBackupResponse> handler)
-
Uses of UpdateBackupRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateBackupRequest Modifier and Type Method Description UpdateBackupRequest
UpdateBackupRequest.Builder. build()
Build the instance of UpdateBackupRequest as configured by this builderUpdateBackupRequest
UpdateBackupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBackupRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateBackupRequest Modifier and Type Method Description UpdateBackupRequest.Builder
UpdateBackupRequest.Builder. copy(UpdateBackupRequest o)
Copy method to populate the builder with values from the given instance.
-