| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareRule.Builder |
ShareRule.builder() |
ShareRule.Builder |
ShareRule.Builder.targetAccounts(Collection<String> targetAccounts)
The IDs of the Amazon Web Services accounts with which to share the snapshots.
|
ShareRule.Builder |
ShareRule.Builder.targetAccounts(String... targetAccounts)
The IDs of the Amazon Web Services accounts with which to share the snapshots.
|
ShareRule.Builder |
ShareRule.toBuilder() |
ShareRule.Builder |
ShareRule.Builder.unshareInterval(Integer unshareInterval)
The period after which snapshots that are shared with other Amazon Web Services accounts are automatically
unshared.
|
ShareRule.Builder |
ShareRule.Builder.unshareIntervalUnit(RetentionIntervalUnitValues unshareIntervalUnit)
The unit of time for the automatic unsharing interval.
|
ShareRule.Builder |
ShareRule.Builder.unshareIntervalUnit(String unshareIntervalUnit)
The unit of time for the automatic unsharing interval.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ShareRule.Builder> |
ShareRule.serializableBuilderClass() |
Copyright © 2022. All rights reserved.