Uses of Interface
software.amazon.awssdk.services.geoplaces.model.UspsZip.Builder
-
Packages that use UspsZip.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of UspsZip.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return UspsZip.Builder Modifier and Type Method Description static UspsZip.BuilderUspsZip. builder()UspsZip.BuilderUspsZip. toBuilder()UspsZip.BuilderUspsZip.Builder. zipClassificationCode(String zipClassificationCode)The ZIP Classification Code, or in other words what type of postal code is it.UspsZip.BuilderUspsZip.Builder. zipClassificationCode(ZipClassificationCode zipClassificationCode)The ZIP Classification Code, or in other words what type of postal code is it.Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type UspsZip.Builder Modifier and Type Method Description static Class<? extends UspsZip.Builder>UspsZip. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type UspsZip.Builder Modifier and Type Method Description default PostalCodeDetails.BuilderPostalCodeDetails.Builder. uspsZip(Consumer<UspsZip.Builder> uspsZip)The ZIP Classification Code, or in other words what type of postal code is it.
-