Uses of Class
software.amazon.awssdk.services.location.model.ListPlaceIndexesRequest
-
Packages that use ListPlaceIndexesRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators software.amazon.awssdk.services.location.transform -
-
Uses of ListPlaceIndexesRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type ListPlaceIndexesRequest Modifier and Type Method Description default CompletableFuture<ListPlaceIndexesResponse>LocationAsyncClient. listPlaceIndexes(ListPlaceIndexesRequest 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.default ListPlaceIndexesPublisherLocationAsyncClient. listPlaceIndexesPaginator(ListPlaceIndexesRequest listPlaceIndexesRequest)Lists place index resources in your Amazon Web Services account.default ListPlaceIndexesIterableLocationClient. listPlaceIndexesPaginator(ListPlaceIndexesRequest listPlaceIndexesRequest)Lists place index resources in your Amazon Web Services account. -
Uses of ListPlaceIndexesRequest in software.amazon.awssdk.services.location.paginators
Constructors in software.amazon.awssdk.services.location.paginators with parameters of type ListPlaceIndexesRequest Constructor Description ListPlaceIndexesIterable(LocationClient client, ListPlaceIndexesRequest firstRequest)ListPlaceIndexesPublisher(LocationAsyncClient client, ListPlaceIndexesRequest firstRequest) -
Uses of ListPlaceIndexesRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type ListPlaceIndexesRequest Modifier and Type Method Description SdkHttpFullRequestListPlaceIndexesRequestMarshaller. marshall(ListPlaceIndexesRequest listPlaceIndexesRequest)
-