Uses of Class
com.oracle.bmc.distributeddatabase.model.ChangeDistributedDbBackupConfigDetails
-
Packages that use ChangeDistributedDbBackupConfigDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of ChangeDistributedDbBackupConfigDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return ChangeDistributedDbBackupConfigDetails Modifier and Type Method Description ChangeDistributedDbBackupConfigDetails
ChangeDistributedDbBackupConfigDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type ChangeDistributedDbBackupConfigDetails Modifier and Type Method Description ChangeDistributedDbBackupConfigDetails.Builder
ChangeDistributedDbBackupConfigDetails.Builder. copy(ChangeDistributedDbBackupConfigDetails model)
-
Uses of ChangeDistributedDbBackupConfigDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ChangeDistributedDbBackupConfigDetails Modifier and Type Method Description ChangeDistributedDbBackupConfigDetails
ChangeDistributedDbBackupConfigRequest. getBody$()
Alternative accessor for the body parameter.ChangeDistributedDbBackupConfigDetails
ChangeDistributedDbBackupConfigRequest. getChangeDistributedDbBackupConfigDetails()
Details of the DistributedDbBackupConfig for the Globally distributed database.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type ChangeDistributedDbBackupConfigDetails Modifier and Type Method Description ChangeDistributedDbBackupConfigRequest.Builder
ChangeDistributedDbBackupConfigRequest.Builder. body$(ChangeDistributedDbBackupConfigDetails body)
Alternative setter for the body parameter.ChangeDistributedDbBackupConfigRequest.Builder
ChangeDistributedDbBackupConfigRequest.Builder. changeDistributedDbBackupConfigDetails(ChangeDistributedDbBackupConfigDetails changeDistributedDbBackupConfigDetails)
Details of the DistributedDbBackupConfig for the Globally distributed database.
-