Uses of Class
software.amazon.awssdk.services.geoplaces.model.OpeningHours
-
Packages that use OpeningHours Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of OpeningHours in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type OpeningHours Modifier and Type Method Description List<OpeningHours>GetPlaceResponse. openingHours()List of opening hours objects.List<OpeningHours>SearchNearbyResultItem. openingHours()List of opening hours objects.List<OpeningHours>SearchTextResultItem. openingHours()List of opening hours objects.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type OpeningHours Modifier and Type Method Description GetPlaceResponse.BuilderGetPlaceResponse.Builder. openingHours(OpeningHours... openingHours)List of opening hours objects.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. openingHours(OpeningHours... openingHours)List of opening hours objects.SearchTextResultItem.BuilderSearchTextResultItem.Builder. openingHours(OpeningHours... openingHours)List of opening hours objects.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type OpeningHours Modifier and Type Method Description GetPlaceResponse.BuilderGetPlaceResponse.Builder. openingHours(Collection<OpeningHours> openingHours)List of opening hours objects.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. openingHours(Collection<OpeningHours> openingHours)List of opening hours objects.SearchTextResultItem.BuilderSearchTextResultItem.Builder. openingHours(Collection<OpeningHours> openingHours)List of opening hours objects.
-