Uses of Class
software.amazon.awssdk.services.geoplaces.model.PostalCodeType
-
Packages that use PostalCodeType Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of PostalCodeType in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return PostalCodeType Modifier and Type Method Description static PostalCodeTypePostalCodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PostalCodeTypePostalCodeDetails. postalCodeType()The postal code type.static PostalCodeTypePostalCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostalCodeType[]PostalCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type PostalCodeType Modifier and Type Method Description static Set<PostalCodeType>PostalCodeType. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type PostalCodeType Modifier and Type Method Description PostalCodeDetails.BuilderPostalCodeDetails.Builder. postalCodeType(PostalCodeType postalCodeType)The postal code type.
-