Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
AccountWithRestoreAccess |
AccountWithRestoreAccess.withAccountId(String accountId)
The identifier of an AWS customer account authorized to restore a
snapshot.
|
Modifier and Type | Method and Description |
---|---|
List<AccountWithRestoreAccess> |
Snapshot.getAccountsWithRestoreAccess()
A list of the AWS customer accounts authorized to restore the
snapshot.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(AccountWithRestoreAccess... accountsWithRestoreAccess)
A list of the AWS customer accounts authorized to restore the
snapshot.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.