Uses of Class
software.amazon.awssdk.services.geoplaces.model.PostalCodeDetails
-
Packages that use PostalCodeDetails Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of PostalCodeDetails in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type PostalCodeDetails Modifier and Type Method Description List<PostalCodeDetails>GeocodeResultItem. postalCodeDetails()Contains details about the postal code of the place/result.List<PostalCodeDetails>GetPlaceResponse. postalCodeDetails()Contains details about the postal code of the place/result.List<PostalCodeDetails>ReverseGeocodeResultItem. postalCodeDetails()Contains details about the postal code of the place/result.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type PostalCodeDetails Modifier and Type Method Description GeocodeResultItem.BuilderGeocodeResultItem.Builder. postalCodeDetails(PostalCodeDetails... postalCodeDetails)Contains details about the postal code of the place/result.GetPlaceResponse.BuilderGetPlaceResponse.Builder. postalCodeDetails(PostalCodeDetails... postalCodeDetails)Contains details about the postal code of the place/result.ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. postalCodeDetails(PostalCodeDetails... postalCodeDetails)Contains details about the postal code of the place/result.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type PostalCodeDetails Modifier and Type Method Description GeocodeResultItem.BuilderGeocodeResultItem.Builder. postalCodeDetails(Collection<PostalCodeDetails> postalCodeDetails)Contains details about the postal code of the place/result.GetPlaceResponse.BuilderGetPlaceResponse.Builder. postalCodeDetails(Collection<PostalCodeDetails> postalCodeDetails)Contains details about the postal code of the place/result.ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. postalCodeDetails(Collection<PostalCodeDetails> postalCodeDetails)Contains details about the postal code of the place/result.
-