Uses of Class
software.amazon.awssdk.services.glue.model.AllowedValue
-
Packages that use AllowedValue Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AllowedValue in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AllowedValue Modifier and Type Method Description List<AllowedValue>Property. allowedValues()A list ofAllowedValueobjects representing the values allowed for the property.Methods in software.amazon.awssdk.services.glue.model with parameters of type AllowedValue Modifier and Type Method Description Property.BuilderProperty.Builder. allowedValues(AllowedValue... allowedValues)A list ofAllowedValueobjects representing the values allowed for the property.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AllowedValue Modifier and Type Method Description Property.BuilderProperty.Builder. allowedValues(Collection<AllowedValue> allowedValues)A list ofAllowedValueobjects representing the values allowed for the property.
-