Uses of Interface
software.amazon.awssdk.services.geoplaces.model.AutocompleteHighlights.Builder
-
Packages that use AutocompleteHighlights.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of AutocompleteHighlights.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return AutocompleteHighlights.Builder Modifier and Type Method Description default AutocompleteHighlights.BuilderAutocompleteHighlights.Builder. address(Consumer<AutocompleteAddressHighlights.Builder> address)Describes how part of the result address match the input query.AutocompleteHighlights.BuilderAutocompleteHighlights.Builder. address(AutocompleteAddressHighlights address)Describes how part of the result address match the input query.static AutocompleteHighlights.BuilderAutocompleteHighlights. builder()AutocompleteHighlights.BuilderAutocompleteHighlights.Builder. title(Collection<Highlight> title)Indicates where the title field in the result matches the input query.AutocompleteHighlights.BuilderAutocompleteHighlights.Builder. title(Consumer<Highlight.Builder>... title)Indicates where the title field in the result matches the input query.AutocompleteHighlights.BuilderAutocompleteHighlights.Builder. title(Highlight... title)Indicates where the title field in the result matches the input query.AutocompleteHighlights.BuilderAutocompleteHighlights. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type AutocompleteHighlights.Builder Modifier and Type Method Description static Class<? extends AutocompleteHighlights.Builder>AutocompleteHighlights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type AutocompleteHighlights.Builder Modifier and Type Method Description default AutocompleteResultItem.BuilderAutocompleteResultItem.Builder. highlights(Consumer<AutocompleteHighlights.Builder> highlights)Indicates the starting and ending index of the place in the text query that match the found title.
-