Uses of Class
software.amazon.awssdk.services.geoplaces.model.SuggestHighlights
-
Packages that use SuggestHighlights Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SuggestHighlights in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return SuggestHighlights Modifier and Type Method Description SuggestHighlightsSuggestResultItem. highlights()Describes how the parts of the response element matched the input query by returning the sections of the response which matched to input query terms.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type SuggestHighlights Modifier and Type Method Description SuggestResultItem.BuilderSuggestResultItem.Builder. highlights(SuggestHighlights highlights)Describes how the parts of the response element matched the input query by returning the sections of the response which matched to input query terms.
-