Uses of Class
com.oracle.bmc.database.requests.UpdateBackupDestinationRequest
-
Packages that use UpdateBackupDestinationRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateBackupDestinationRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type UpdateBackupDestinationRequest 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 UpdateBackupDestinationRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateBackupDestinationRequest Modifier and Type Method Description UpdateBackupDestinationRequest
UpdateBackupDestinationRequest.Builder. build()
Build the instance of UpdateBackupDestinationRequest as configured by this builderUpdateBackupDestinationRequest
UpdateBackupDestinationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBackupDestinationRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateBackupDestinationRequest Modifier and Type Method Description UpdateBackupDestinationRequest.Builder
UpdateBackupDestinationRequest.Builder. copy(UpdateBackupDestinationRequest o)
Copy method to populate the builder with values from the given instance.
-