Uses of Class
com.oracle.bmc.database.model.UpdateBackupDestinationDetails
-
Packages that use UpdateBackupDestinationDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateBackupDestinationDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateBackupDestinationDetails Modifier and Type Method Description UpdateBackupDestinationDetails
UpdateBackupDestinationDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateBackupDestinationDetails Modifier and Type Method Description UpdateBackupDestinationDetails.Builder
UpdateBackupDestinationDetails.Builder. copy(UpdateBackupDestinationDetails model)
-
Uses of UpdateBackupDestinationDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateBackupDestinationDetails Modifier and Type Method Description UpdateBackupDestinationDetails
UpdateBackupDestinationRequest. getBody$()
Alternative accessor for the body parameter.UpdateBackupDestinationDetails
UpdateBackupDestinationRequest. getUpdateBackupDestinationDetails()
For a RECOVERY_APPLIANCE backup destination, request to update the connection string and/or the list of VPC users.Methods in com.oracle.bmc.database.requests with parameters of type UpdateBackupDestinationDetails Modifier and Type Method Description UpdateBackupDestinationRequest.Builder
UpdateBackupDestinationRequest.Builder. body$(UpdateBackupDestinationDetails body)
Alternative setter for the body parameter.UpdateBackupDestinationRequest.Builder
UpdateBackupDestinationRequest.Builder. updateBackupDestinationDetails(UpdateBackupDestinationDetails updateBackupDestinationDetails)
For a RECOVERY_APPLIANCE backup destination, request to update the connection string and/or the list of VPC users.
-