| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
ShareRule |
ShareRule.clone() |
ShareRule |
ShareRule.withTargetAccounts(Collection<String> targetAccounts)
The IDs of the Amazon Web Services accounts with which to share the snapshots.
|
ShareRule |
ShareRule.withTargetAccounts(String... targetAccounts)
The IDs of the Amazon Web Services accounts with which to share the snapshots.
|
ShareRule |
ShareRule.withUnshareInterval(Integer unshareInterval)
The period after which snapshots that are shared with other Amazon Web Services accounts are automatically
unshared.
|
ShareRule |
ShareRule.withUnshareIntervalUnit(RetentionIntervalUnitValues unshareIntervalUnit)
The unit of time for the automatic unsharing interval.
|
ShareRule |
ShareRule.withUnshareIntervalUnit(String unshareIntervalUnit)
The unit of time for the automatic unsharing interval.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareRule> |
Schedule.getShareRules()
The rule for sharing snapshots with other Amazon Web Services accounts.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withShareRules(ShareRule... shareRules)
The rule for sharing snapshots with other Amazon Web Services accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setShareRules(Collection<ShareRule> shareRules)
The rule for sharing snapshots with other Amazon Web Services accounts.
|
Schedule |
Schedule.withShareRules(Collection<ShareRule> shareRules)
The rule for sharing snapshots with other Amazon Web Services accounts.
|
Copyright © 2022. All rights reserved.