Uses of Class
software.amazon.awssdk.services.backup.model.IndexAction
-
Packages that use IndexAction Package Description software.amazon.awssdk.services.backup.model -
-
Uses of IndexAction in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type IndexAction Modifier and Type Method Description List<IndexAction>BackupRule. indexActions()IndexActions is an array you use to specify how backup data should be indexed.List<IndexAction>BackupRuleInput. indexActions()There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it.Methods in software.amazon.awssdk.services.backup.model with parameters of type IndexAction Modifier and Type Method Description BackupRule.BuilderBackupRule.Builder. indexActions(IndexAction... indexActions)IndexActions is an array you use to specify how backup data should be indexed.BackupRuleInput.BuilderBackupRuleInput.Builder. indexActions(IndexAction... indexActions)There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type IndexAction Modifier and Type Method Description BackupRule.BuilderBackupRule.Builder. indexActions(Collection<IndexAction> indexActions)IndexActions is an array you use to specify how backup data should be indexed.BackupRuleInput.BuilderBackupRuleInput.Builder. indexActions(Collection<IndexAction> indexActions)There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it.
-