| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaChangeRequestDetails |
SchemaChangeRequestDetails.clone() |
SchemaChangeRequestDetails |
NotificationDetails.getSchemaChange()
Extra details specific to a schema change type notification.
|
SchemaChangeRequestDetails |
SchemaChangeRequestDetails.withChanges(Collection<SchemaChangeDetails> changes)
List of schema changes happening in the scope of this notification.
|
SchemaChangeRequestDetails |
SchemaChangeRequestDetails.withChanges(SchemaChangeDetails... changes)
List of schema changes happening in the scope of this notification.
|
SchemaChangeRequestDetails |
SchemaChangeRequestDetails.withSchemaChangeAt(Date schemaChangeAt)
A date in the future when the schema change is taking effect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationDetails.setSchemaChange(SchemaChangeRequestDetails schemaChange)
Extra details specific to a schema change type notification.
|
NotificationDetails |
NotificationDetails.withSchemaChange(SchemaChangeRequestDetails schemaChange)
Extra details specific to a schema change type notification.
|
Copyright © 2024. All rights reserved.