Uses of Class
software.amazon.awssdk.services.location.model.DeletePlaceIndexRequest
-
Packages that use DeletePlaceIndexRequest 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 DeletePlaceIndexRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DeletePlaceIndexRequest Modifier and Type Method Description default CompletableFuture<DeletePlaceIndexResponse>LocationAsyncClient. deletePlaceIndex(DeletePlaceIndexRequest deletePlaceIndexRequest)Deletes a place index resource from your Amazon Web Services account.default DeletePlaceIndexResponseLocationClient. deletePlaceIndex(DeletePlaceIndexRequest deletePlaceIndexRequest)Deletes a place index resource from your Amazon Web Services account. -
Uses of DeletePlaceIndexRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DeletePlaceIndexRequest Modifier and Type Method Description SdkHttpFullRequestDeletePlaceIndexRequestMarshaller. marshall(DeletePlaceIndexRequest deletePlaceIndexRequest)
-