Uses of Class
software.amazon.awssdk.services.geoplaces.model.AccessPoint
-
Packages that use AccessPoint Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of AccessPoint in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type AccessPoint Modifier and Type Method Description List<AccessPoint>GeocodeResultItem. accessPoints()Position of the access point represent by longitude and latitude.List<AccessPoint>GetPlaceResponse. accessPoints()Position of the access point in(lng,lat).List<AccessPoint>ReverseGeocodeResultItem. accessPoints()Position of the access point represent by longitude and latitude.List<AccessPoint>SearchNearbyResultItem. accessPoints()Position of the access point represent by longitude and latitude.List<AccessPoint>SearchTextResultItem. accessPoints()Position of the access point represent by longitude and latitude.List<AccessPoint>SuggestPlaceResult. accessPoints()Position of the access point represent by longitude and latitude.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type AccessPoint Modifier and Type Method Description GeocodeResultItem.BuilderGeocodeResultItem.Builder. accessPoints(AccessPoint... accessPoints)Position of the access point represent by longitude and latitude.GetPlaceResponse.BuilderGetPlaceResponse.Builder. accessPoints(AccessPoint... accessPoints)Position of the access point in(lng,lat).ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. accessPoints(AccessPoint... accessPoints)Position of the access point represent by longitude and latitude.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. accessPoints(AccessPoint... accessPoints)Position of the access point represent by longitude and latitude.SearchTextResultItem.BuilderSearchTextResultItem.Builder. accessPoints(AccessPoint... accessPoints)Position of the access point represent by longitude and latitude.SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. accessPoints(AccessPoint... accessPoints)Position of the access point represent by longitude and latitude.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type AccessPoint Modifier and Type Method Description GeocodeResultItem.BuilderGeocodeResultItem.Builder. accessPoints(Collection<AccessPoint> accessPoints)Position of the access point represent by longitude and latitude.GetPlaceResponse.BuilderGetPlaceResponse.Builder. accessPoints(Collection<AccessPoint> accessPoints)Position of the access point in(lng,lat).ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. accessPoints(Collection<AccessPoint> accessPoints)Position of the access point represent by longitude and latitude.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. accessPoints(Collection<AccessPoint> accessPoints)Position of the access point represent by longitude and latitude.SearchTextResultItem.BuilderSearchTextResultItem.Builder. accessPoints(Collection<AccessPoint> accessPoints)Position of the access point represent by longitude and latitude.SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. accessPoints(Collection<AccessPoint> accessPoints)Position of the access point represent by longitude and latitude.
-