Uses of Class
software.amazon.awssdk.services.dlm.model.CrossRegionCopyRule
-
Packages that use CrossRegionCopyRule Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of CrossRegionCopyRule in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type CrossRegionCopyRule Modifier and Type Method Description List<CrossRegionCopyRule>Schedule. crossRegionCopyRules()Specifies a rule for copying snapshots or AMIs across regions.Methods in software.amazon.awssdk.services.dlm.model with parameters of type CrossRegionCopyRule Modifier and Type Method Description Schedule.BuilderSchedule.Builder. crossRegionCopyRules(CrossRegionCopyRule... crossRegionCopyRules)Specifies a rule for copying snapshots or AMIs across regions.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type CrossRegionCopyRule Modifier and Type Method Description Schedule.BuilderSchedule.Builder. crossRegionCopyRules(Collection<CrossRegionCopyRule> crossRegionCopyRules)Specifies a rule for copying snapshots or AMIs across regions.
-