Uses of Class
software.amazon.awssdk.services.dlm.model.CrossRegionCopyAction
-
Packages that use CrossRegionCopyAction Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of CrossRegionCopyAction in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type CrossRegionCopyAction Modifier and Type Method Description List<CrossRegionCopyAction>Action. crossRegionCopy()The rule for copying shared snapshots across Regions.Methods in software.amazon.awssdk.services.dlm.model with parameters of type CrossRegionCopyAction Modifier and Type Method Description Action.BuilderAction.Builder. crossRegionCopy(CrossRegionCopyAction... crossRegionCopy)The rule for copying shared snapshots across Regions.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type CrossRegionCopyAction Modifier and Type Method Description Action.BuilderAction.Builder. crossRegionCopy(Collection<CrossRegionCopyAction> crossRegionCopy)The rule for copying shared snapshots across Regions.
-