Uses of Interface
software.amazon.awssdk.services.geoplaces.model.Country.Builder
-
Packages that use Country.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of Country.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return Country.Builder Modifier and Type Method Description static Country.BuilderCountry. builder()Country.BuilderCountry.Builder. code2(String code2)Country, represented by its alpha 2-character code.Country.BuilderCountry.Builder. code3(String code3)Country, represented by its alpha t-character code.Country.BuilderCountry.Builder. name(String name)Name of the country.Country.BuilderCountry. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type Country.Builder Modifier and Type Method Description static Class<? extends Country.Builder>Country. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type Country.Builder Modifier and Type Method Description default Address.BuilderAddress.Builder. country(Consumer<Country.Builder> country)The country component of the address.
-