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