| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, Tracking, and Geofencing
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeletePlaceIndexResult> |
AmazonLocationAsyncClient.deletePlaceIndexAsync(DeletePlaceIndexRequest request,
AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler) |
Future<DeletePlaceIndexResult> |
AmazonLocationAsync.deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest,
AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler)
Deletes a Place index resource from your AWS account.
|
Future<DeletePlaceIndexResult> |
AbstractAmazonLocationAsync.deletePlaceIndexAsync(DeletePlaceIndexRequest request,
AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeletePlaceIndexRequest |
DeletePlaceIndexRequest.clone() |
DeletePlaceIndexRequest |
DeletePlaceIndexRequest.withIndexName(String indexName)
The name of the Place index resource to be deleted.
|
Copyright © 2021. All rights reserved.