| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<CopyAction> |
BackupRule.copyActions()
An array of
CopyAction objects, which contains the details of the copy operation. |
List<CopyAction> |
BackupRuleInput.copyActions()
An array of
CopyAction objects, which contains the details of the copy operation. |
| Modifier and Type | Method and Description |
|---|---|
BackupRule.Builder |
BackupRule.Builder.copyActions(CopyAction... copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRuleInput.Builder |
BackupRuleInput.Builder.copyActions(CopyAction... copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
| Modifier and Type | Method and Description |
|---|---|
BackupRule.Builder |
BackupRule.Builder.copyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRuleInput.Builder |
BackupRuleInput.Builder.copyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
Copyright © 2023. All rights reserved.