Uses of Class
software.amazon.awssdk.services.geoplaces.model.SearchNearbyResultItem
-
Packages that use SearchNearbyResultItem Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SearchNearbyResultItem in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type SearchNearbyResultItem Modifier and Type Method Description List<SearchNearbyResultItem>SearchNearbyResponse. resultItems()List of places or results returned for a query.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type SearchNearbyResultItem Modifier and Type Method Description SearchNearbyResponse.BuilderSearchNearbyResponse.Builder. resultItems(SearchNearbyResultItem... resultItems)List of places or results returned for a query.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type SearchNearbyResultItem Modifier and Type Method Description SearchNearbyResponse.BuilderSearchNearbyResponse.Builder. resultItems(Collection<SearchNearbyResultItem> resultItems)List of places or results returned for a query.
-