Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexFieldType
-
Packages that use IndexFieldType Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of IndexFieldType in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return IndexFieldType Modifier and Type Method Description static IndexFieldType
IndexFieldType. fromValue(String value)
Use this in place of valueOf.static IndexFieldType
IndexFieldType. 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 com.amazonaws.services.cloudsearchv2.model with parameters of type IndexFieldType Modifier and Type Method Description void
IndexField. setIndexFieldType(IndexFieldType indexFieldType)
IndexField
IndexField. withIndexFieldType(IndexFieldType indexFieldType)
-