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 IndexFieldStatusIndexFieldStatus. clone()IndexFieldStatusDefineIndexFieldResult. getIndexField()IndexFieldStatusDeleteIndexFieldResult. getIndexField()The status of the index field being deleted.IndexFieldStatusIndexFieldStatus. withOptions(IndexField options)IndexFieldStatusIndexFieldStatus. 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 voidDefineIndexFieldResult. setIndexField(IndexFieldStatus indexField)voidDeleteIndexFieldResult. setIndexField(IndexFieldStatus indexField)The status of the index field being deleted.DefineIndexFieldResultDefineIndexFieldResult. withIndexField(IndexFieldStatus indexField)DeleteIndexFieldResultDeleteIndexFieldResult. withIndexField(IndexFieldStatus indexField)The status of the index field being deleted.DescribeIndexFieldsResultDescribeIndexFieldsResult. 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 voidDescribeIndexFieldsResult. setIndexFields(Collection<IndexFieldStatus> indexFields)The index fields configured for the domain.DescribeIndexFieldsResultDescribeIndexFieldsResult. withIndexFields(Collection<IndexFieldStatus> indexFields)The index fields configured for the domain.
-