Uses of Class
software.amazon.awssdk.services.geoplaces.model.TimeZone
-
Packages that use TimeZone Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of TimeZone in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return TimeZone Modifier and Type Method Description TimeZoneGeocodeResultItem. timeZone()The time zone in which the place is located.TimeZoneGetPlaceResponse. timeZone()The time zone in which the place is located.TimeZoneReverseGeocodeResultItem. timeZone()The time zone in which the place is located.TimeZoneSearchNearbyResultItem. timeZone()The time zone in which the place is located.TimeZoneSearchTextResultItem. timeZone()The time zone in which the place is located.TimeZoneSuggestPlaceResult. timeZone()The time zone in which the place is located.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type TimeZone Modifier and Type Method Description GeocodeResultItem.BuilderGeocodeResultItem.Builder. timeZone(TimeZone timeZone)The time zone in which the place is located.GetPlaceResponse.BuilderGetPlaceResponse.Builder. timeZone(TimeZone timeZone)The time zone in which the place is located.ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. timeZone(TimeZone timeZone)The time zone in which the place is located.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. timeZone(TimeZone timeZone)The time zone in which the place is located.SearchTextResultItem.BuilderSearchTextResultItem.Builder. timeZone(TimeZone timeZone)The time zone in which the place is located.SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. timeZone(TimeZone timeZone)The time zone in which the place is located.
-