| 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 |
|---|---|
ListPlaceIndexesResult |
AbstractAmazonLocation.listPlaceIndexes(ListPlaceIndexesRequest request) |
ListPlaceIndexesResult |
AmazonLocationClient.listPlaceIndexes(ListPlaceIndexesRequest request)
Lists place index resources in your AWS account.
|
ListPlaceIndexesResult |
AmazonLocation.listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPlaceIndexesResult> |
AbstractAmazonLocationAsync.listPlaceIndexesAsync(ListPlaceIndexesRequest request,
AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler) |
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 AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResult |
ListPlaceIndexesResult.clone() |
ListPlaceIndexesResult |
ListPlaceIndexesResult.withEntries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your AWS account
|
ListPlaceIndexesResult |
ListPlaceIndexesResult.withEntries(ListPlaceIndexesResponseEntry... entries)
Lists the place index resources that exist in your AWS account
|
ListPlaceIndexesResult |
ListPlaceIndexesResult.withNextToken(String nextToken)
A pagination token indicating that there are additional pages available.
|
Copyright © 2022. All rights reserved.