Uses of Class
software.amazon.awssdk.services.location.model.SearchForTextResult
-
Packages that use SearchForTextResult Package Description software.amazon.awssdk.services.location.model -
-
Uses of SearchForTextResult in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type SearchForTextResult Modifier and Type Method Description List<SearchForTextResult>SearchPlaceIndexForTextResponse. results()A list of Places matching the input text.Methods in software.amazon.awssdk.services.location.model with parameters of type SearchForTextResult Modifier and Type Method Description SearchPlaceIndexForTextResponse.BuilderSearchPlaceIndexForTextResponse.Builder. results(SearchForTextResult... results)A list of Places matching the input text.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type SearchForTextResult Modifier and Type Method Description SearchPlaceIndexForTextResponse.BuilderSearchPlaceIndexForTextResponse.Builder. results(Collection<SearchForTextResult> results)A list of Places matching the input text.
-