Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
DefaultSearchFieldStatus |
DescribeDefaultSearchFieldResult.getDefaultSearchField()
Deprecated.
The name of the
IndexField to use for search requests
issued with the q parameter. |
DefaultSearchFieldStatus |
UpdateDefaultSearchFieldResult.getDefaultSearchField()
Deprecated.
The value of the
DefaultSearchField configured for this
search domain and its current status. |
DefaultSearchFieldStatus |
DefaultSearchFieldStatus.withOptions(String options)
Deprecated.
The name of the
IndexField to use as the default search
field. |
DefaultSearchFieldStatus |
DefaultSearchFieldStatus.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 |
---|---|
void |
DescribeDefaultSearchFieldResult.setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
Deprecated.
The name of the
IndexField to use for search requests
issued with the q parameter. |
void |
UpdateDefaultSearchFieldResult.setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
Deprecated.
The value of the
DefaultSearchField configured for this
search domain and its current status. |
DescribeDefaultSearchFieldResult |
DescribeDefaultSearchFieldResult.withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
Deprecated.
The name of the
IndexField to use for search requests
issued with the q parameter. |
UpdateDefaultSearchFieldResult |
UpdateDefaultSearchFieldResult.withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
Deprecated.
The value of the
DefaultSearchField configured for this
search domain and its current status. |
Copyright © 2014. All rights reserved.