| 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 |
|---|---|
GetGeofenceResult |
AbstractAmazonLocation.getGeofence(GetGeofenceRequest request) |
GetGeofenceResult |
AmazonLocation.getGeofence(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
GetGeofenceResult |
AmazonLocationClient.getGeofence(GetGeofenceRequest request)
Retrieves the geofence details from a geofence collection.
|
Future<GetGeofenceResult> |
AmazonLocationAsyncClient.getGeofenceAsync(GetGeofenceRequest request) |
Future<GetGeofenceResult> |
AbstractAmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest request) |
Future<GetGeofenceResult> |
AmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
Future<GetGeofenceResult> |
AmazonLocationAsyncClient.getGeofenceAsync(GetGeofenceRequest request,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler) |
Future<GetGeofenceResult> |
AbstractAmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest request,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler) |
Future<GetGeofenceResult> |
AmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest getGeofenceRequest,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler)
Retrieves the geofence details from a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGeofenceResult> |
AmazonLocationAsyncClient.getGeofenceAsync(GetGeofenceRequest request,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler) |
Future<GetGeofenceResult> |
AbstractAmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest request,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler) |
Future<GetGeofenceResult> |
AmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest getGeofenceRequest,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler)
Retrieves the geofence details from a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetGeofenceRequest |
GetGeofenceRequest.clone() |
GetGeofenceRequest |
GetGeofenceRequest.withCollectionName(String collectionName)
The geofence collection storing the target geofence.
|
GetGeofenceRequest |
GetGeofenceRequest.withGeofenceId(String geofenceId)
The geofence you're retrieving details for.
|
Copyright © 2023. All rights reserved.