Uses of Class
software.amazon.awssdk.services.dlm.model.ShareRule
-
Packages that use ShareRule Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of ShareRule in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type ShareRule Modifier and Type Method Description List<ShareRule>Schedule. shareRules()[Custom snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.Methods in software.amazon.awssdk.services.dlm.model with parameters of type ShareRule Modifier and Type Method Description Schedule.BuilderSchedule.Builder. shareRules(ShareRule... shareRules)[Custom snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type ShareRule Modifier and Type Method Description Schedule.BuilderSchedule.Builder. shareRules(Collection<ShareRule> shareRules)[Custom snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.
-