| 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 Amazon Web Services support account authorized to restore a snapshot.
|
AccountWithRestoreAccess |
AccountWithRestoreAccess.withAccountId(String accountId)
The identifier of an Amazon Web Services account authorized to restore a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountWithRestoreAccess> |
Snapshot.getAccountsWithRestoreAccess()
A list of the Amazon Web Services accounts authorized to restore the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(AccountWithRestoreAccess... accountsWithRestoreAccess)
A list of the Amazon Web Services accounts authorized to restore the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Snapshot.setAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)
A list of the Amazon Web Services accounts authorized to restore the snapshot.
|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess)
A list of the Amazon Web Services accounts authorized to restore the snapshot.
|
Copyright © 2025. All rights reserved.