Uses of Class
software.amazon.awssdk.services.dataexchange.model.SchemaChangeType
-
Packages that use SchemaChangeType Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of SchemaChangeType in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return SchemaChangeType Modifier and Type Method Description static SchemaChangeTypeSchemaChangeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaChangeTypeSchemaChangeDetails. type()Is the field being added, removed, or modified?static SchemaChangeTypeSchemaChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaChangeType[]SchemaChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type SchemaChangeType Modifier and Type Method Description static Set<SchemaChangeType>SchemaChangeType. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type SchemaChangeType Modifier and Type Method Description SchemaChangeDetails.BuilderSchemaChangeDetails.Builder. type(SchemaChangeType type)Is the field being added, removed, or modified?
-