| 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 |
|---|---|
ListGeofenceCollectionsResult |
AbstractAmazonLocation.listGeofenceCollections(ListGeofenceCollectionsRequest request) |
ListGeofenceCollectionsResult |
AmazonLocation.listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your Amazon Web Services account.
|
ListGeofenceCollectionsResult |
AmazonLocationClient.listGeofenceCollections(ListGeofenceCollectionsRequest request)
Lists geofence collections in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGeofenceCollectionsResult> |
AmazonLocationAsyncClient.listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest request,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler) |
Future<ListGeofenceCollectionsResult> |
AbstractAmazonLocationAsync.listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest request,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler) |
Future<ListGeofenceCollectionsResult> |
AmazonLocationAsync.listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
Lists geofence collections in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResult |
ListGeofenceCollectionsResult.clone() |
ListGeofenceCollectionsResult |
ListGeofenceCollectionsResult.withEntries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your Amazon Web Services account.
|
ListGeofenceCollectionsResult |
ListGeofenceCollectionsResult.withEntries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
|
ListGeofenceCollectionsResult |
ListGeofenceCollectionsResult.withNextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
Copyright © 2023. All rights reserved.