| 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> |
AbstractAmazonLocationAsync.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.
|
| 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.withMaxResults(Integer maxResults)
An optional limit for the number of geofences returned in a single call.
|
ListGeofencesRequest |
ListGeofencesRequest.withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
Copyright © 2023. All rights reserved.