Uses of Class
software.amazon.awssdk.services.location.model.ListPlaceIndexesResponse
-
Packages that use ListPlaceIndexesResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators -
-
Uses of ListPlaceIndexesResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return ListPlaceIndexesResponse Modifier and Type Method Description default ListPlaceIndexesResponseLocationClient. listPlaceIndexes(Consumer<ListPlaceIndexesRequest.Builder> listPlaceIndexesRequest)Lists place index resources in your Amazon Web Services account.default ListPlaceIndexesResponseLocationClient. listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)Lists place index resources in your Amazon Web Services account.Methods in software.amazon.awssdk.services.location that return types with arguments of type ListPlaceIndexesResponse Modifier and Type Method Description default CompletableFuture<ListPlaceIndexesResponse>LocationAsyncClient. listPlaceIndexes(Consumer<ListPlaceIndexesRequest.Builder> listPlaceIndexesRequest)Lists place index resources in your Amazon Web Services account.default CompletableFuture<ListPlaceIndexesResponse>LocationAsyncClient. listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)Lists place index resources in your Amazon Web Services account. -
Uses of ListPlaceIndexesResponse in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListPlaceIndexesResponse Modifier and Type Method Description Iterator<ListPlaceIndexesResponse>ListPlaceIndexesIterable. iterator()Method parameters in software.amazon.awssdk.services.location.paginators with type arguments of type ListPlaceIndexesResponse Modifier and Type Method Description voidListPlaceIndexesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPlaceIndexesResponse> subscriber)
-