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 AccountWithRestoreAccessAccountWithRestoreAccess. clone()AccountWithRestoreAccessAccountWithRestoreAccess. 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 SnapshotSnapshot. 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 voidSnapshot. setAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)A list of the AWS customer accounts authorized to restore the snapshot.SnapshotSnapshot. withAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)A list of the AWS customer accounts authorized to restore the snapshot.
-