| 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 |
|---|---|
PutGeofenceResult |
AmazonLocation.putGeofence(PutGeofenceRequest putGeofenceRequest)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
PutGeofenceResult |
AmazonLocationClient.putGeofence(PutGeofenceRequest request)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
PutGeofenceResult |
AbstractAmazonLocation.putGeofence(PutGeofenceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutGeofenceResult> |
AmazonLocationAsyncClient.putGeofenceAsync(PutGeofenceRequest request) |
Future<PutGeofenceResult> |
AmazonLocationAsync.putGeofenceAsync(PutGeofenceRequest putGeofenceRequest)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
Future<PutGeofenceResult> |
AbstractAmazonLocationAsync.putGeofenceAsync(PutGeofenceRequest request) |
Future<PutGeofenceResult> |
AmazonLocationAsyncClient.putGeofenceAsync(PutGeofenceRequest request,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler) |
Future<PutGeofenceResult> |
AmazonLocationAsync.putGeofenceAsync(PutGeofenceRequest putGeofenceRequest,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
Future<PutGeofenceResult> |
AbstractAmazonLocationAsync.putGeofenceAsync(PutGeofenceRequest request,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutGeofenceResult> |
AmazonLocationAsyncClient.putGeofenceAsync(PutGeofenceRequest request,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler) |
Future<PutGeofenceResult> |
AmazonLocationAsync.putGeofenceAsync(PutGeofenceRequest putGeofenceRequest,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
Future<PutGeofenceResult> |
AbstractAmazonLocationAsync.putGeofenceAsync(PutGeofenceRequest request,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutGeofenceResult |
PutGeofenceResult.clone() |
PutGeofenceResult |
PutGeofenceResult.withCreateTime(Date createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
PutGeofenceResult |
PutGeofenceResult.withGeofenceId(String geofenceId)
The geofence identifier entered in the request.
|
PutGeofenceResult |
PutGeofenceResult.withUpdateTime(Date updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
Copyright © 2021. All rights reserved.