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