| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CopyAction |
CopyAction.clone() |
CopyAction |
CopyAction.withDestinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
|
CopyAction |
CopyAction.withLifecycle(Lifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
List<CopyAction> |
BackupRule.getCopyActions()
An array of
CopyAction objects, which contains the details of the copy operation. |
List<CopyAction> |
BackupRuleInput.getCopyActions()
An array of
CopyAction objects, which contains the details of the copy operation. |
| Modifier and Type | Method and Description |
|---|---|
BackupRule |
BackupRule.withCopyActions(CopyAction... copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRuleInput |
BackupRuleInput.withCopyActions(CopyAction... copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupRule.setCopyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
void |
BackupRuleInput.setCopyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRule |
BackupRule.withCopyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRuleInput |
BackupRuleInput.withCopyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
Copyright © 2022. All rights reserved.