Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
SynonymOptionsStatus |
UpdateSynonymOptionsResult.getSynonyms()
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
SynonymOptionsStatus |
DescribeSynonymOptionsResult.getSynonyms()
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
SynonymOptionsStatus |
SynonymOptionsStatus.withOptions(String options)
Deprecated.
Maps terms to their synonyms, serialized as a JSON document.
|
SynonymOptionsStatus |
SynonymOptionsStatus.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 |
UpdateSynonymOptionsResult.setSynonyms(SynonymOptionsStatus synonyms)
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
void |
DescribeSynonymOptionsResult.setSynonyms(SynonymOptionsStatus synonyms)
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
UpdateSynonymOptionsResult |
UpdateSynonymOptionsResult.withSynonyms(SynonymOptionsStatus synonyms)
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
DescribeSynonymOptionsResult |
DescribeSynonymOptionsResult.withSynonyms(SynonymOptionsStatus synonyms)
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
Copyright © 2014. All rights reserved.