| 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 |
|---|---|
ListGeofencesResult |
AbstractAmazonLocation.listGeofences(ListGeofencesRequest request) |
ListGeofencesResult |
AmazonLocationClient.listGeofences(ListGeofencesRequest request)
Lists geofences stored in a given geofence collection.
|
ListGeofencesResult |
AmazonLocation.listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGeofencesResult> |
AbstractAmazonLocationAsync.listGeofencesAsync(ListGeofencesRequest request,
AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesResult |
ListGeofencesResult.clone() |
ListGeofencesResult |
ListGeofencesResult.withEntries(Collection<ListGeofenceResponseEntry> entries)
Contains a list of geofences stored in the geofence collection.
|
ListGeofencesResult |
ListGeofencesResult.withEntries(ListGeofenceResponseEntry... entries)
Contains a list of geofences stored in the geofence collection.
|
ListGeofencesResult |
ListGeofencesResult.withNextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
Copyright © 2023. All rights reserved.