Uses of Class
software.amazon.awssdk.services.backup.model.CopyAction
-
Packages that use CopyAction Package Description software.amazon.awssdk.services.backup.model -
-
Uses of CopyAction in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CopyAction Modifier and Type Method Description List<CopyAction>BackupRule. copyActions()An array ofCopyActionobjects, which contains the details of the copy operation.List<CopyAction>BackupRuleInput. copyActions()An array ofCopyActionobjects, which contains the details of the copy operation.Methods in software.amazon.awssdk.services.backup.model with parameters of type CopyAction Modifier and Type Method Description BackupRule.BuilderBackupRule.Builder. copyActions(CopyAction... copyActions)An array ofCopyActionobjects, which contains the details of the copy operation.BackupRuleInput.BuilderBackupRuleInput.Builder. copyActions(CopyAction... copyActions)An array ofCopyActionobjects, which contains the details of the copy operation.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type CopyAction Modifier and Type Method Description BackupRule.BuilderBackupRule.Builder. copyActions(Collection<CopyAction> copyActions)An array ofCopyActionobjects, which contains the details of the copy operation.BackupRuleInput.BuilderBackupRuleInput.Builder. copyActions(Collection<CopyAction> copyActions)An array ofCopyActionobjects, which contains the details of the copy operation.
-