Uses of Class
com.oracle.bmc.database.responses.UpdateAutonomousDatabaseBackupResponse
- 
Packages that use UpdateAutonomousDatabaseBackupResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of UpdateAutonomousDatabaseBackupResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return UpdateAutonomousDatabaseBackupResponse Modifier and Type Method Description UpdateAutonomousDatabaseBackupResponseDatabase. updateAutonomousDatabaseBackup(UpdateAutonomousDatabaseBackupRequest request)Updates the Autonomous AI Database backup of the specified database based on the request parameters.UpdateAutonomousDatabaseBackupResponseDatabaseClient. updateAutonomousDatabaseBackup(UpdateAutonomousDatabaseBackupRequest request)Method parameters in com.oracle.bmc.database with type arguments of type UpdateAutonomousDatabaseBackupResponse Modifier and Type Method Description Future<UpdateAutonomousDatabaseBackupResponse>DatabaseAsync. updateAutonomousDatabaseBackup(UpdateAutonomousDatabaseBackupRequest request, AsyncHandler<UpdateAutonomousDatabaseBackupRequest,UpdateAutonomousDatabaseBackupResponse> handler)Updates the Autonomous AI Database backup of the specified database based on the request parameters.Future<UpdateAutonomousDatabaseBackupResponse>DatabaseAsyncClient. updateAutonomousDatabaseBackup(UpdateAutonomousDatabaseBackupRequest request, AsyncHandler<UpdateAutonomousDatabaseBackupRequest,UpdateAutonomousDatabaseBackupResponse> handler)
- 
Uses of UpdateAutonomousDatabaseBackupResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return UpdateAutonomousDatabaseBackupResponse Modifier and Type Method Description UpdateAutonomousDatabaseBackupResponseUpdateAutonomousDatabaseBackupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateAutonomousDatabaseBackupResponse Modifier and Type Method Description UpdateAutonomousDatabaseBackupResponse.BuilderUpdateAutonomousDatabaseBackupResponse.Builder. copy(UpdateAutonomousDatabaseBackupResponse o)Copy method to populate the builder with values from the given instance.
 
-