Uses of Class
software.amazon.awssdk.services.dlm.model.CrossRegionCopyRetainRule
-
Packages that use CrossRegionCopyRetainRule Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of CrossRegionCopyRetainRule in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return CrossRegionCopyRetainRule Modifier and Type Method Description CrossRegionCopyRetainRuleCrossRegionCopyAction. retainRule()Returns the value of the RetainRule property for this object.CrossRegionCopyRetainRuleCrossRegionCopyRule. retainRule()The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.Methods in software.amazon.awssdk.services.dlm.model with parameters of type CrossRegionCopyRetainRule Modifier and Type Method Description CrossRegionCopyAction.BuilderCrossRegionCopyAction.Builder. retainRule(CrossRegionCopyRetainRule retainRule)Sets the value of the RetainRule property for this object.CrossRegionCopyRule.BuilderCrossRegionCopyRule.Builder. retainRule(CrossRegionCopyRetainRule retainRule)The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.
-