Uses of Class
software.amazon.awssdk.services.dataexchange.model.SchemaChangeDetails
-
Packages that use SchemaChangeDetails Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of SchemaChangeDetails in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type SchemaChangeDetails Modifier and Type Method Description List<SchemaChangeDetails>SchemaChangeRequestDetails. changes()List of schema changes happening in the scope of this notification.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type SchemaChangeDetails Modifier and Type Method Description SchemaChangeRequestDetails.BuilderSchemaChangeRequestDetails.Builder. changes(SchemaChangeDetails... changes)List of schema changes happening in the scope of this notification.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type SchemaChangeDetails Modifier and Type Method Description SchemaChangeRequestDetails.BuilderSchemaChangeRequestDetails.Builder. changes(Collection<SchemaChangeDetails> changes)List of schema changes happening in the scope of this notification.
-