Uses of Class
software.amazon.awssdk.services.lakeformation.model.FieldNameString
-
Packages that use FieldNameString Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of FieldNameString in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return FieldNameString Modifier and Type Method Description FieldNameStringFilterCondition. field()The field to filter in the filter condition.static FieldNameStringFieldNameString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FieldNameStringFieldNameString. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldNameString[]FieldNameString. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type FieldNameString Modifier and Type Method Description static Set<FieldNameString>FieldNameString. knownValues()Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type FieldNameString Modifier and Type Method Description FilterCondition.BuilderFilterCondition.Builder. field(FieldNameString field)The field to filter in the filter condition.
-