Uses of Class
software.amazon.awssdk.services.location.model.UpdatePlaceIndexRequest
-
Packages that use UpdatePlaceIndexRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of UpdatePlaceIndexRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type UpdatePlaceIndexRequest Modifier and Type Method Description default CompletableFuture<UpdatePlaceIndexResponse>LocationAsyncClient. updatePlaceIndex(UpdatePlaceIndexRequest 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. -
Uses of UpdatePlaceIndexRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type UpdatePlaceIndexRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePlaceIndexRequestMarshaller. marshall(UpdatePlaceIndexRequest updatePlaceIndexRequest)
-