Uses of Class
com.oracle.bmc.database.responses.UpdateBackupDestinationResponse
-
Packages that use UpdateBackupDestinationResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateBackupDestinationResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateBackupDestinationResponse Modifier and Type Method Description UpdateBackupDestinationResponse
Database. updateBackupDestination(UpdateBackupDestinationRequest request)
If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users.UpdateBackupDestinationResponse
DatabaseClient. updateBackupDestination(UpdateBackupDestinationRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpdateBackupDestinationResponse Modifier and Type Method Description Future<UpdateBackupDestinationResponse>
DatabaseAsync. updateBackupDestination(UpdateBackupDestinationRequest request, AsyncHandler<UpdateBackupDestinationRequest,UpdateBackupDestinationResponse> handler)
If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users.Future<UpdateBackupDestinationResponse>
DatabaseAsyncClient. updateBackupDestination(UpdateBackupDestinationRequest request, AsyncHandler<UpdateBackupDestinationRequest,UpdateBackupDestinationResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateBackupDestinationResponse Modifier and Type Method Description Future<UpdateBackupDestinationResponse>
DatabaseAsync. updateBackupDestination(UpdateBackupDestinationRequest request, AsyncHandler<UpdateBackupDestinationRequest,UpdateBackupDestinationResponse> handler)
If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users.Future<UpdateBackupDestinationResponse>
DatabaseAsyncClient. updateBackupDestination(UpdateBackupDestinationRequest request, AsyncHandler<UpdateBackupDestinationRequest,UpdateBackupDestinationResponse> handler)
-
Uses of UpdateBackupDestinationResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateBackupDestinationResponse Modifier and Type Method Description UpdateBackupDestinationResponse
UpdateBackupDestinationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateBackupDestinationResponse Modifier and Type Method Description UpdateBackupDestinationResponse.Builder
UpdateBackupDestinationResponse.Builder. copy(UpdateBackupDestinationResponse o)
Copy method to populate the builder with values from the given instance.
-