Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexFieldStatus

Packages that use IndexFieldStatus
com.amazonaws.services.cloudsearchv2.model Classes modeling the various types represented by AmazonCloudSearchv2. 
 

Uses of IndexFieldStatus in com.amazonaws.services.cloudsearchv2.model
 

Methods in com.amazonaws.services.cloudsearchv2.model that return IndexFieldStatus
 IndexFieldStatus DeleteIndexFieldResult.getIndexField()
          The status of the index field being deleted.
 IndexFieldStatus DefineIndexFieldResult.getIndexField()
          The value of an IndexField and its current status.
 IndexFieldStatus IndexFieldStatus.withOptions(IndexField options)
          Configuration information for a field in the index, including its name, type, and options.
 IndexFieldStatus IndexFieldStatus.withStatus(OptionStatus status)
          The status of domain configuration option.
 

Methods in com.amazonaws.services.cloudsearchv2.model that return types with arguments of type IndexFieldStatus
 List<IndexFieldStatus> DescribeIndexFieldsResult.getIndexFields()
          The index fields configured for the domain.
 

Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IndexFieldStatus
 void DeleteIndexFieldResult.setIndexField(IndexFieldStatus indexField)
          The status of the index field being deleted.
 void DefineIndexFieldResult.setIndexField(IndexFieldStatus indexField)
          The value of an IndexField and its current status.
 DeleteIndexFieldResult DeleteIndexFieldResult.withIndexField(IndexFieldStatus indexField)
          The status of the index field being deleted.
 DefineIndexFieldResult DefineIndexFieldResult.withIndexField(IndexFieldStatus indexField)
          The value of an IndexField and its current status.
 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
 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.
 



Copyright © 2016. All rights reserved.