Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
NullCheckBoxList |
NullCheckBoxList.clone() |
NullCheckBoxList |
DropNullFields.getNullCheckBoxList()
A structure that represents whether certain values are recognized as null values for removal.
|
NullCheckBoxList |
NullCheckBoxList.withIsEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
|
NullCheckBoxList |
NullCheckBoxList.withIsNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
|
NullCheckBoxList |
NullCheckBoxList.withIsNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
|
Modifier and Type | Method and Description |
---|---|
void |
DropNullFields.setNullCheckBoxList(NullCheckBoxList nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
DropNullFields |
DropNullFields.withNullCheckBoxList(NullCheckBoxList nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
Copyright © 2023. All rights reserved.