Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
StopwordOptionsStatus |
DescribeStopwordOptionsResult.getStopwords()
Deprecated.
The stopword options configured for this search domain and the current
status of those options.
|
StopwordOptionsStatus |
UpdateStopwordOptionsResult.getStopwords()
Deprecated.
The stopword options configured for this search domain and the current
status of those options.
|
StopwordOptionsStatus |
StopwordOptionsStatus.withOptions(String options)
Deprecated.
Lists stopwords serialized as a JSON document.
|
StopwordOptionsStatus |
StopwordOptionsStatus.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 |
DescribeStopwordOptionsResult.setStopwords(StopwordOptionsStatus stopwords)
Deprecated.
The stopword options configured for this search domain and the current
status of those options.
|
void |
UpdateStopwordOptionsResult.setStopwords(StopwordOptionsStatus stopwords)
Deprecated.
The stopword options configured for this search domain and the current
status of those options.
|
DescribeStopwordOptionsResult |
DescribeStopwordOptionsResult.withStopwords(StopwordOptionsStatus stopwords)
Deprecated.
The stopword options configured for this search domain and the current
status of those options.
|
UpdateStopwordOptionsResult |
UpdateStopwordOptionsResult.withStopwords(StopwordOptionsStatus stopwords)
Deprecated.
The stopword options configured for this search domain and the current
status of those options.
|
Copyright © 2014. All rights reserved.