| 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<ListGeofencesResult> |
AmazonLocationAsyncClient.listGeofencesAsync(ListGeofencesRequest request,
AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler) |
Future<ListGeofencesResult> |
AmazonLocationAsync.listGeofencesAsync(ListGeofencesRequest listGeofencesRequest,
AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler)
Lists geofences stored in a given geofence collection.
|
Future<ListGeofencesResult> |
AbstractAmazonLocationAsync.listGeofencesAsync(ListGeofencesRequest request,
AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesRequest |
ListGeofencesRequest.clone() |
ListGeofencesRequest |
ListGeofencesRequest.withCollectionName(String collectionName)
The name of the geofence collection storing the list of geofences.
|
ListGeofencesRequest |
ListGeofencesRequest.withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
Copyright © 2021. All rights reserved.