Uses of Class
software.amazon.awssdk.services.geoplaces.model.ZipClassificationCode
-
Packages that use ZipClassificationCode Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of ZipClassificationCode in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return ZipClassificationCode Modifier and Type Method Description static ZipClassificationCodeZipClassificationCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ZipClassificationCodeZipClassificationCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ZipClassificationCode[]ZipClassificationCode. values()Returns an array containing the constants of this enum type, in the order they are declared.ZipClassificationCodeUspsZip. 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 ZipClassificationCode Modifier and Type Method Description static Set<ZipClassificationCode>ZipClassificationCode. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type ZipClassificationCode Modifier and Type Method Description UspsZip.BuilderUspsZip.Builder. zipClassificationCode(ZipClassificationCode zipClassificationCode)The ZIP Classification Code, or in other words what type of postal code is it.
-