Uses of Class
software.amazon.awssdk.services.location.model.Place
-
Packages that use Place Package Description software.amazon.awssdk.services.location.model -
-
Uses of Place in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return Place Modifier and Type Method Description PlaceGetPlaceResponse. place()Details about the result, such as its address and position.PlaceSearchForPositionResult. place()Details about the search result, such as its address and position.PlaceSearchForTextResult. place()Details about the search result, such as its address and position.Methods in software.amazon.awssdk.services.location.model with parameters of type Place Modifier and Type Method Description GetPlaceResponse.BuilderGetPlaceResponse.Builder. place(Place place)Details about the result, such as its address and position.SearchForPositionResult.BuilderSearchForPositionResult.Builder. place(Place place)Details about the search result, such as its address and position.SearchForTextResult.BuilderSearchForTextResult.Builder. place(Place place)Details about the search result, such as its address and position.
-