| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearchdomain.model |
| Modifier and Type | Method and Description |
|---|---|
List<SuggestionMatch> |
SuggestModel.suggestions()
The documents that match the query string.
|
| Modifier and Type | Method and Description |
|---|---|
SuggestModel.Builder |
SuggestModel.Builder.suggestions(SuggestionMatch... suggestions)
The documents that match the query string.
|
| Modifier and Type | Method and Description |
|---|---|
SuggestModel.Builder |
SuggestModel.Builder.suggestions(Collection<SuggestionMatch> suggestions)
The documents that match the query string.
|
Copyright © 2023. All rights reserved.