| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
| Modifier and Type | Method and Description |
|---|---|
Suggester |
Suggester.clone() |
Suggester |
SuggesterStatus.getOptions()
Configuration information for a search suggester.
|
Suggester |
DefineSuggesterRequest.getSuggester()
Configuration information for a search suggester.
|
Suggester |
Suggester.withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)
Options for a search suggester.
|
Suggester |
Suggester.withSuggesterName(String suggesterName)
Names must begin with a letter and can contain the following
characters: a-z (lowercase), 0-9, and _ (underscore).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuggesterStatus.setOptions(Suggester options)
Configuration information for a search suggester.
|
void |
DefineSuggesterRequest.setSuggester(Suggester suggester)
Configuration information for a search suggester.
|
SuggesterStatus |
SuggesterStatus.withOptions(Suggester options)
Configuration information for a search suggester.
|
DefineSuggesterRequest |
DefineSuggesterRequest.withSuggester(Suggester suggester)
Configuration information for a search suggester.
|
Copyright © 2015. All rights reserved.