Uses of Interface
software.amazon.awssdk.services.geoplaces.model.SuggestAddressHighlights.Builder
-
Packages that use SuggestAddressHighlights.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SuggestAddressHighlights.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return SuggestAddressHighlights.Builder Modifier and Type Method Description static SuggestAddressHighlights.BuilderSuggestAddressHighlights. builder()SuggestAddressHighlights.BuilderSuggestAddressHighlights.Builder. label(Collection<Highlight> label)Indicates the starting and ending indexes of the places in the result which were identified to match the textQuery.SuggestAddressHighlights.BuilderSuggestAddressHighlights.Builder. label(Consumer<Highlight.Builder>... label)Indicates the starting and ending indexes of the places in the result which were identified to match the textQuery.SuggestAddressHighlights.BuilderSuggestAddressHighlights.Builder. label(Highlight... label)Indicates the starting and ending indexes of the places in the result which were identified to match the textQuery.SuggestAddressHighlights.BuilderSuggestAddressHighlights. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type SuggestAddressHighlights.Builder Modifier and Type Method Description static Class<? extends SuggestAddressHighlights.Builder>SuggestAddressHighlights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type SuggestAddressHighlights.Builder Modifier and Type Method Description default SuggestHighlights.BuilderSuggestHighlights.Builder. address(Consumer<SuggestAddressHighlights.Builder> address)The place's address.
-