Uses of Class
software.amazon.awssdk.services.cloudsearch.model.IndexField
-
Packages that use IndexField Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of IndexField in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return IndexField Modifier and Type Method Description IndexFieldDefineIndexFieldRequest. indexField()The index field and field options you want to configure.IndexFieldIndexFieldStatus. options()Returns the value of the Options property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type IndexField Modifier and Type Method Description DefineIndexFieldRequest.BuilderDefineIndexFieldRequest.Builder. indexField(IndexField indexField)The index field and field options you want to configure.IndexFieldStatus.BuilderIndexFieldStatus.Builder. options(IndexField options)Sets the value of the Options property for this object.
-