Uses of Class
com.amazonaws.services.redshift.model.AccountWithRestoreAccess
-
Packages that use AccountWithRestoreAccess Package Description com.amazonaws.services.redshift.model -
-
Uses of AccountWithRestoreAccess in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return AccountWithRestoreAccess Modifier and Type Method Description AccountWithRestoreAccess
AccountWithRestoreAccess. clone()
AccountWithRestoreAccess
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 AccountWithRestoreAccess Modifier and Type Method Description List<AccountWithRestoreAccess>
Snapshot. getAccountsWithRestoreAccess()
A list of the AWS customer accounts authorized to restore the snapshot.Methods in com.amazonaws.services.redshift.model with parameters of type AccountWithRestoreAccess Modifier and Type Method Description Snapshot
Snapshot. 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 AccountWithRestoreAccess Modifier and Type Method Description void
Snapshot. setAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)
A list of the AWS customer accounts authorized to restore the snapshot.Snapshot
Snapshot. withAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)
A list of the AWS customer accounts authorized to restore the snapshot.
-