Uses of Interface
software.amazon.awssdk.services.geoplaces.model.TimeZone.Builder
-
Packages that use TimeZone.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of TimeZone.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return TimeZone.Builder Modifier and Type Method Description static TimeZone.BuilderTimeZone. builder()TimeZone.BuilderTimeZone.Builder. name(String name)The time zone name.TimeZone.BuilderTimeZone.Builder. offset(String offset)Time zone offset of the timezone from UTC.TimeZone.BuilderTimeZone.Builder. offsetSeconds(Long offsetSeconds)The offset of the time zone from UTC, in seconds.TimeZone.BuilderTimeZone. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type TimeZone.Builder Modifier and Type Method Description static Class<? extends TimeZone.Builder>TimeZone. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type TimeZone.Builder Modifier and Type Method Description default GeocodeResultItem.BuilderGeocodeResultItem.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which the place is located.default GetPlaceResponse.BuilderGetPlaceResponse.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which the place is located.default ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which the place is located.default SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which the place is located.default SearchTextResultItem.BuilderSearchTextResultItem.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which the place is located.default SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which the place is located.
-