Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
IndexFieldStatus |
DeleteIndexFieldResult.getIndexField()
Deprecated.
The value of an
IndexField and its current status. |
IndexFieldStatus |
DefineIndexFieldResult.getIndexField()
Deprecated.
The value of an
IndexField and its current status. |
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options)
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexFieldStatus |
IndexFieldStatus.withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
Modifier and Type | Method and Description |
---|---|
List<IndexFieldStatus> |
DescribeIndexFieldsResult.getIndexFields()
Deprecated.
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteIndexFieldResult.setIndexField(IndexFieldStatus indexField)
Deprecated.
The value of an
IndexField and its current status. |
void |
DefineIndexFieldResult.setIndexField(IndexFieldStatus indexField)
Deprecated.
The value of an
IndexField and its current status. |
DeleteIndexFieldResult |
DeleteIndexFieldResult.withIndexField(IndexFieldStatus indexField)
Deprecated.
The value of an
IndexField and its current status. |
DefineIndexFieldResult |
DefineIndexFieldResult.withIndexField(IndexFieldStatus indexField)
Deprecated.
The value of an
IndexField and its current status. |
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(IndexFieldStatus... indexFields)
Deprecated.
The index fields configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIndexFieldsResult.setIndexFields(Collection<IndexFieldStatus> indexFields)
Deprecated.
The index fields configured for the domain.
|
DescribeIndexFieldsResult |
DescribeIndexFieldsResult.withIndexFields(Collection<IndexFieldStatus> indexFields)
Deprecated.
The index fields configured for the domain.
|
Copyright © 2014. All rights reserved.