| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaChangeDetails |
SchemaChangeDetails.clone() |
SchemaChangeDetails |
SchemaChangeDetails.withDescription(String description)
Description of what's changing about this field.
|
SchemaChangeDetails |
SchemaChangeDetails.withName(String name)
Name of the changing field.
|
SchemaChangeDetails |
SchemaChangeDetails.withType(SchemaChangeType type)
Is the field being added, removed, or modified?
|
SchemaChangeDetails |
SchemaChangeDetails.withType(String type)
Is the field being added, removed, or modified?
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaChangeDetails> |
SchemaChangeRequestDetails.getChanges()
List of schema changes happening in the scope of this notification.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaChangeRequestDetails |
SchemaChangeRequestDetails.withChanges(SchemaChangeDetails... changes)
List of schema changes happening in the scope of this notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaChangeRequestDetails.setChanges(Collection<SchemaChangeDetails> changes)
List of schema changes happening in the scope of this notification.
|
SchemaChangeRequestDetails |
SchemaChangeRequestDetails.withChanges(Collection<SchemaChangeDetails> changes)
List of schema changes happening in the scope of this notification.
|
Copyright © 2025. All rights reserved.