| 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 |
AmazonLocationClient.getGeofence(GetGeofenceRequest request)
Retrieves the geofence details from a geofence collection.
|
GetGeofenceResult |
AmazonLocation.getGeofence(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
GetGeofenceResult |
AbstractAmazonLocation.getGeofence(GetGeofenceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGeofenceResult> |
AmazonLocationAsyncClient.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.
|
Future<GetGeofenceResult> |
AbstractAmazonLocationAsync.getGeofenceAsync(GetGeofenceRequest request,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGeofenceResult |
GetGeofenceResult.addGeofencePropertiesEntry(String key,
String value)
Add a single GeofenceProperties entry
|
GetGeofenceResult |
GetGeofenceResult.clearGeofencePropertiesEntries()
Removes all the entries added into GeofenceProperties.
|
GetGeofenceResult |
GetGeofenceResult.clone() |
GetGeofenceResult |
GetGeofenceResult.withCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
GetGeofenceResult |
GetGeofenceResult.withGeofenceId(String geofenceId)
The geofence identifier.
|
GetGeofenceResult |
GetGeofenceResult.withGeofenceProperties(Map<String,String> geofenceProperties)
User defined properties of the geofence.
|
GetGeofenceResult |
GetGeofenceResult.withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
GetGeofenceResult |
GetGeofenceResult.withStatus(String status)
Identifies the state of the geofence.
|
GetGeofenceResult |
GetGeofenceResult.withUpdateTime(Date updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
Copyright © 2023. All rights reserved.