Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexFieldStatus
-
Packages that use IndexFieldStatus Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of IndexFieldStatus in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return IndexFieldStatus Modifier and Type Method Description IndexFieldStatus
IndexFieldStatus. clone()
IndexFieldStatus
DefineIndexFieldResult. getIndexField()
IndexFieldStatus
DeleteIndexFieldResult. getIndexField()
The status of the index field being deleted.IndexFieldStatus
IndexFieldStatus. withOptions(IndexField options)
IndexFieldStatus
IndexFieldStatus. withStatus(OptionStatus status)
Methods in com.amazonaws.services.cloudsearchv2.model that return types with arguments of type IndexFieldStatus Modifier and Type Method Description List<IndexFieldStatus>
DescribeIndexFieldsResult. getIndexFields()
The index fields configured for the domain.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IndexFieldStatus Modifier and Type Method Description void
DefineIndexFieldResult. setIndexField(IndexFieldStatus indexField)
void
DeleteIndexFieldResult. setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.DefineIndexFieldResult
DefineIndexFieldResult. withIndexField(IndexFieldStatus indexField)
DeleteIndexFieldResult
DeleteIndexFieldResult. withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted.DescribeIndexFieldsResult
DescribeIndexFieldsResult. withIndexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.Method parameters in com.amazonaws.services.cloudsearchv2.model with type arguments of type IndexFieldStatus Modifier and Type Method Description void
DescribeIndexFieldsResult. setIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.DescribeIndexFieldsResult
DescribeIndexFieldsResult. withIndexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
-