Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexField
-
Packages that use IndexField Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of IndexField in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IndexField Modifier and Type Method Description void
DefineIndexFieldRequest. setIndexField(IndexField indexField)
The index field and field options you want to configure.void
IndexFieldStatus. setOptions(IndexField options)
DefineIndexFieldRequest
DefineIndexFieldRequest. withIndexField(IndexField indexField)
The index field and field options you want to configure.IndexFieldStatus
IndexFieldStatus. withOptions(IndexField options)
-