Uses of Class
software.amazon.awssdk.services.redshift.model.AccountWithRestoreAccess
-
Packages that use AccountWithRestoreAccess Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AccountWithRestoreAccess in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AccountWithRestoreAccess Modifier and Type Method Description List<AccountWithRestoreAccess>Snapshot. accountsWithRestoreAccess()A list of the Amazon Web Services accounts authorized to restore the snapshot.Methods in software.amazon.awssdk.services.redshift.model with parameters of type AccountWithRestoreAccess Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. accountsWithRestoreAccess(AccountWithRestoreAccess... accountsWithRestoreAccess)A list of the Amazon Web Services accounts authorized to restore the snapshot.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type AccountWithRestoreAccess Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. accountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)A list of the Amazon Web Services accounts authorized to restore the snapshot.
-