Uses of Class
software.amazon.awssdk.services.glue.model.NullValueField
-
Packages that use NullValueField Package Description software.amazon.awssdk.services.glue.model -
-
Uses of NullValueField in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type NullValueField Modifier and Type Method Description List<NullValueField>DropNullFields. nullTextList()A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.Methods in software.amazon.awssdk.services.glue.model with parameters of type NullValueField Modifier and Type Method Description DropNullFields.BuilderDropNullFields.Builder. nullTextList(NullValueField... nullTextList)A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type NullValueField Modifier and Type Method Description DropNullFields.BuilderDropNullFields.Builder. nullTextList(Collection<NullValueField> nullTextList)A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.
-