Uses of Class
software.amazon.awssdk.services.cloudsearch.model.IndexFieldStatus
-
Packages that use IndexFieldStatus Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of IndexFieldStatus in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return IndexFieldStatus Modifier and Type Method Description IndexFieldStatusDefineIndexFieldResponse. indexField()Returns the value of the IndexField property for this object.IndexFieldStatusDeleteIndexFieldResponse. indexField()The status of the index field being deleted.Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type IndexFieldStatus Modifier and Type Method Description List<IndexFieldStatus>DescribeIndexFieldsResponse. indexFields()The index fields configured for the domain.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type IndexFieldStatus Modifier and Type Method Description DefineIndexFieldResponse.BuilderDefineIndexFieldResponse.Builder. indexField(IndexFieldStatus indexField)Sets the value of the IndexField property for this object.DeleteIndexFieldResponse.BuilderDeleteIndexFieldResponse.Builder. indexField(IndexFieldStatus indexField)The status of the index field being deleted.DescribeIndexFieldsResponse.BuilderDescribeIndexFieldsResponse.Builder. indexFields(IndexFieldStatus... indexFields)The index fields configured for the domain.Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type IndexFieldStatus Modifier and Type Method Description DescribeIndexFieldsResponse.BuilderDescribeIndexFieldsResponse.Builder. indexFields(Collection<IndexFieldStatus> indexFields)The index fields configured for the domain.
-