| 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<ListGeofenceCollectionsResult> |
AbstractAmazonLocationAsync.listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest request,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler) |
Future<ListGeofenceCollectionsResult> |
AmazonLocationAsyncClient.listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest request,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler) |
Future<ListGeofenceCollectionsResult> |
AmazonLocationAsync.listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
Lists geofence collections in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsRequest |
ListGeofenceCollectionsRequest.clone() |
ListGeofenceCollectionsRequest |
ListGeofenceCollectionsRequest.withMaxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListGeofenceCollectionsRequest |
ListGeofenceCollectionsRequest.withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
Copyright © 2022. All rights reserved.