Uses of Class
software.amazon.awssdk.services.location.model.DescribePlaceIndexResponse
-
Packages that use DescribePlaceIndexResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DescribePlaceIndexResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DescribePlaceIndexResponse Modifier and Type Method Description default DescribePlaceIndexResponseLocationClient. describePlaceIndex(Consumer<DescribePlaceIndexRequest.Builder> describePlaceIndexRequest)Retrieves the place index resource details.default DescribePlaceIndexResponseLocationClient. describePlaceIndex(DescribePlaceIndexRequest describePlaceIndexRequest)Retrieves the place index resource details.Methods in software.amazon.awssdk.services.location that return types with arguments of type DescribePlaceIndexResponse Modifier and Type Method Description default CompletableFuture<DescribePlaceIndexResponse>LocationAsyncClient. describePlaceIndex(Consumer<DescribePlaceIndexRequest.Builder> describePlaceIndexRequest)Retrieves the place index resource details.default CompletableFuture<DescribePlaceIndexResponse>LocationAsyncClient. describePlaceIndex(DescribePlaceIndexRequest describePlaceIndexRequest)Retrieves the place index resource details.
-