| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPlaceIndexesResult> |
AmazonLocationAsyncClient.listPlaceIndexesAsync(ListPlaceIndexesRequest request,
AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler) |
Future<ListPlaceIndexesResult> |
AmazonLocationAsync.listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest,
AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler)
Lists place index resources in your Amazon Web Services account.
|
Future<ListPlaceIndexesResult> |
AbstractAmazonLocationAsync.listPlaceIndexesAsync(ListPlaceIndexesRequest request,
AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesRequest |
ListPlaceIndexesRequest.clone() |
ListPlaceIndexesRequest |
ListPlaceIndexesRequest.withMaxResults(Integer maxResults)
An optional limit for the maximum number of results returned in a single call.
|
ListPlaceIndexesRequest |
ListPlaceIndexesRequest.withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
Copyright © 2023. All rights reserved.