| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
AccountWithRestoreAccess |
AccountWithRestoreAccess.clone() |
AccountWithRestoreAccess |
AccountWithRestoreAccess.withAccountAlias(String accountAlias)
The identifier of an AWS support account authorized to restore a snapshot.
|
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 © 2018. All rights reserved.