Uses of Class
com.oracle.bmc.mysql.model.CopyPolicy
-
Packages that use CopyPolicy Package Description com.oracle.bmc.mysql.model -
-
Uses of CopyPolicy in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return CopyPolicy Modifier and Type Method Description CopyPolicy
CopyPolicy.Builder. build()
Methods in com.oracle.bmc.mysql.model that return types with arguments of type CopyPolicy Modifier and Type Method Description List<CopyPolicy>
BackupPolicy. getCopyPolicies()
List of policies of a DB system to schedule cross-region DB system backup copy.List<CopyPolicy>
CreateBackupPolicyDetails. getCopyPolicies()
List of policies of a DB system to schedule cross-region DB system backup copy.List<CopyPolicy>
UpdateBackupPolicyDetails. getCopyPolicies()
List of policies of a DB system to schedule cross-region DB system backup copy.Methods in com.oracle.bmc.mysql.model with parameters of type CopyPolicy Modifier and Type Method Description CopyPolicy.Builder
CopyPolicy.Builder. copy(CopyPolicy model)
Method parameters in com.oracle.bmc.mysql.model with type arguments of type CopyPolicy Modifier and Type Method Description BackupPolicy.Builder
BackupPolicy.Builder. copyPolicies(List<CopyPolicy> copyPolicies)
List of policies of a DB system to schedule cross-region DB system backup copy.CreateBackupPolicyDetails.Builder
CreateBackupPolicyDetails.Builder. copyPolicies(List<CopyPolicy> copyPolicies)
List of policies of a DB system to schedule cross-region DB system backup copy.UpdateBackupPolicyDetails.Builder
UpdateBackupPolicyDetails.Builder. copyPolicies(List<CopyPolicy> copyPolicies)
List of policies of a DB system to schedule cross-region DB system backup copy.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type CopyPolicy Constructor Description BackupPolicy(Boolean isEnabled, List<CopyPolicy> copyPolicies, String windowStartTime, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PitrPolicy pitrPolicy)
Deprecated.CreateBackupPolicyDetails(Boolean isEnabled, List<CopyPolicy> copyPolicies, String windowStartTime, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PitrPolicy pitrPolicy)
Deprecated.UpdateBackupPolicyDetails(Boolean isEnabled, List<CopyPolicy> copyPolicies, String windowStartTime, Integer retentionInDays, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PitrPolicy pitrPolicy)
Deprecated.
-