Uses of Class
software.amazon.awssdk.services.cloudsearch.model.IndexFieldType
-
Packages that use IndexFieldType Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of IndexFieldType in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return IndexFieldType Modifier and Type Method Description static IndexFieldTypeIndexFieldType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexFieldTypeIndexField. indexFieldType()Returns the value of the IndexFieldType property for this object.static IndexFieldTypeIndexFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexFieldType[]IndexFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type IndexFieldType Modifier and Type Method Description static Set<IndexFieldType>IndexFieldType. knownValues()Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type IndexFieldType Modifier and Type Method Description IndexField.BuilderIndexField.Builder. indexFieldType(IndexFieldType indexFieldType)Sets the value of the IndexFieldType property for this object.
-