Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexField
Packages that use IndexField
-
Uses of IndexField in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return IndexFieldModifier and TypeMethodDescriptionIndexField.clone()
DefineIndexFieldRequest.getIndexField()
The index field and field options you want to configure.IndexFieldStatus.getOptions()
IndexField.withDateArrayOptions
(DateArrayOptions dateArrayOptions) IndexField.withDateOptions
(DateOptions dateOptions) IndexField.withDoubleArrayOptions
(DoubleArrayOptions doubleArrayOptions) IndexField.withDoubleOptions
(DoubleOptions doubleOptions) IndexField.withIndexFieldName
(String indexFieldName) A string that represents the name of an index field.IndexField.withIndexFieldType
(IndexFieldType indexFieldType) IndexField.withIndexFieldType
(String indexFieldType) IndexField.withIntArrayOptions
(IntArrayOptions intArrayOptions) IndexField.withIntOptions
(IntOptions intOptions) IndexField.withLatLonOptions
(LatLonOptions latLonOptions) IndexField.withLiteralArrayOptions
(LiteralArrayOptions literalArrayOptions) IndexField.withLiteralOptions
(LiteralOptions literalOptions) IndexField.withTextArrayOptions
(TextArrayOptions textArrayOptions) IndexField.withTextOptions
(TextOptions textOptions) Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IndexFieldModifier and TypeMethodDescriptionvoid
DefineIndexFieldRequest.setIndexField
(IndexField indexField) The index field and field options you want to configure.void
IndexFieldStatus.setOptions
(IndexField options) DefineIndexFieldRequest.withIndexField
(IndexField indexField) The index field and field options you want to configure.IndexFieldStatus.withOptions
(IndexField options)