Uses of Interface
software.amazon.awssdk.services.geoplaces.model.SuggestHighlights.Builder
-
Packages that use SuggestHighlights.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SuggestHighlights.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return SuggestHighlights.Builder Modifier and Type Method Description default SuggestHighlights.BuilderSuggestHighlights.Builder. address(Consumer<SuggestAddressHighlights.Builder> address)The place's address.SuggestHighlights.BuilderSuggestHighlights.Builder. address(SuggestAddressHighlights address)The place's address.static SuggestHighlights.BuilderSuggestHighlights. builder()SuggestHighlights.BuilderSuggestHighlights.Builder. title(Collection<Highlight> title)Indicates the starting and ending index of the title in the text query that match the found title.SuggestHighlights.BuilderSuggestHighlights.Builder. title(Consumer<Highlight.Builder>... title)Indicates the starting and ending index of the title in the text query that match the found title.SuggestHighlights.BuilderSuggestHighlights.Builder. title(Highlight... title)Indicates the starting and ending index of the title in the text query that match the found title.SuggestHighlights.BuilderSuggestHighlights. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type SuggestHighlights.Builder Modifier and Type Method Description static Class<? extends SuggestHighlights.Builder>SuggestHighlights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type SuggestHighlights.Builder Modifier and Type Method Description default SuggestResultItem.BuilderSuggestResultItem.Builder. highlights(Consumer<SuggestHighlights.Builder> 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.
-