Uses of Interface
software.amazon.awssdk.services.geoplaces.model.ComponentMatchScores.Builder
-
Packages that use ComponentMatchScores.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of ComponentMatchScores.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return ComponentMatchScores.Builder Modifier and Type Method Description default ComponentMatchScores.BuilderComponentMatchScores.Builder. address(Consumer<AddressComponentMatchScores.Builder> address)The place's address.ComponentMatchScores.BuilderComponentMatchScores.Builder. address(AddressComponentMatchScores address)The place's address.static ComponentMatchScores.BuilderComponentMatchScores. builder()ComponentMatchScores.BuilderComponentMatchScores.Builder. title(Double title)Indicates the starting and ending index of the title in the text query that match the found title.ComponentMatchScores.BuilderComponentMatchScores. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type ComponentMatchScores.Builder Modifier and Type Method Description static Class<? extends ComponentMatchScores.Builder>ComponentMatchScores. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type ComponentMatchScores.Builder Modifier and Type Method Description default MatchScoreDetails.BuilderMatchScoreDetails.Builder. components(Consumer<ComponentMatchScores.Builder> components)Indicates how well the component input matches the returned.
-