| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftDataShareDetails |
RedshiftDataShareDetails.clone() |
RedshiftDataShareDetails |
RedshiftDataShareDetails.withArn(String arn)
The ARN of the underlying Redshift data share that is being affected by this notification.
|
RedshiftDataShareDetails |
RedshiftDataShareDetails.withDatabase(String database)
The database name in the Redshift data share that is being affected by this notification.
|
RedshiftDataShareDetails |
RedshiftDataShareDetails.withFunction(String function)
A function name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails |
RedshiftDataShareDetails.withSchema(String schema)
A schema name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails |
RedshiftDataShareDetails.withTable(String table)
A table name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails |
RedshiftDataShareDetails.withView(String view)
A view name in the Redshift database that is being affected by this notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<RedshiftDataShareDetails> |
ScopeDetails.getRedshiftDataShares()
Underlying Redshift resources that will be affected by this notification.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeDetails |
ScopeDetails.withRedshiftDataShares(RedshiftDataShareDetails... redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeDetails.setRedshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
|
ScopeDetails |
ScopeDetails.withRedshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
|
Copyright © 2025. All rights reserved.