Uses of Class
com.amazonaws.services.redshift.model.AccountWithRestoreAccess
Packages that use AccountWithRestoreAccess
-
Uses of AccountWithRestoreAccess in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return AccountWithRestoreAccessModifier and TypeMethodDescriptionAccountWithRestoreAccess.clone()
AccountWithRestoreAccess.withAccountId
(String accountId) The identifier of an AWS customer account authorized to restore a snapshot.Methods in com.amazonaws.services.redshift.model that return types with arguments of type AccountWithRestoreAccessModifier and TypeMethodDescriptionSnapshot.getAccountsWithRestoreAccess()
A list of the AWS customer accounts authorized to restore the snapshot.Methods in com.amazonaws.services.redshift.model with parameters of type AccountWithRestoreAccessModifier and TypeMethodDescriptionSnapshot.withAccountsWithRestoreAccess
(AccountWithRestoreAccess... accountsWithRestoreAccess) A list of the AWS customer accounts authorized to restore the snapshot.Method parameters in com.amazonaws.services.redshift.model with type arguments of type AccountWithRestoreAccessModifier and TypeMethodDescriptionvoid
Snapshot.setAccountsWithRestoreAccess
(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess) A list of the AWS customer accounts authorized to restore the snapshot.Snapshot.withAccountsWithRestoreAccess
(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess) A list of the AWS customer accounts authorized to restore the snapshot.