Uses of Class
software.amazon.awssdk.services.location.model.UpdatePlaceIndexResponse
-
Packages that use UpdatePlaceIndexResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of UpdatePlaceIndexResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return UpdatePlaceIndexResponse Modifier and Type Method Description default UpdatePlaceIndexResponseLocationClient. updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)Updates the specified properties of a given place index resource.default UpdatePlaceIndexResponseLocationClient. updatePlaceIndex(UpdatePlaceIndexRequest updatePlaceIndexRequest)Updates the specified properties of a given place index resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type UpdatePlaceIndexResponse Modifier and Type Method Description default CompletableFuture<UpdatePlaceIndexResponse>LocationAsyncClient. updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)Updates the specified properties of a given place index resource.default CompletableFuture<UpdatePlaceIndexResponse>LocationAsyncClient. updatePlaceIndex(UpdatePlaceIndexRequest updatePlaceIndexRequest)Updates the specified properties of a given place index resource.
-