Uses of Interface
software.amazon.awssdk.services.geoplaces.model.MatchScoreDetails.Builder
-
Packages that use MatchScoreDetails.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of MatchScoreDetails.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return MatchScoreDetails.Builder Modifier and Type Method Description static MatchScoreDetails.BuilderMatchScoreDetails. builder()default MatchScoreDetails.BuilderMatchScoreDetails.Builder. components(Consumer<ComponentMatchScores.Builder> components)Indicates how well the component input matches the returned.MatchScoreDetails.BuilderMatchScoreDetails.Builder. components(ComponentMatchScores components)Indicates how well the component input matches the returned.MatchScoreDetails.BuilderMatchScoreDetails.Builder. overall(Double overall)Indicates how well the entire input matches the returned.MatchScoreDetails.BuilderMatchScoreDetails. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type MatchScoreDetails.Builder Modifier and Type Method Description static Class<? extends MatchScoreDetails.Builder>MatchScoreDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type MatchScoreDetails.Builder Modifier and Type Method Description default GeocodeResultItem.BuilderGeocodeResultItem.Builder. matchScores(Consumer<MatchScoreDetails.Builder> matchScores)Indicates how well the entire input matches the returned.
-