Uses of Class
com.amazonaws.services.redshift.model.AccountWithRestoreAccess

Packages that use AccountWithRestoreAccess
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of AccountWithRestoreAccess in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return AccountWithRestoreAccess
 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
 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
 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
 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.
 



Copyright © 2016. All rights reserved.