| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, 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) |
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 |
|---|---|
PutGeofenceRequest |
PutGeofenceRequest.clone() |
PutGeofenceRequest |
PutGeofenceRequest.withCollectionName(String collectionName)
The geofence collection to store the geofence in.
|
PutGeofenceRequest |
PutGeofenceRequest.withGeofenceId(String geofenceId)
An identifier for the geofence.
|
PutGeofenceRequest |
PutGeofenceRequest.withGeometry(GeofenceGeometry geometry)
Contains the polygon details to specify the position of the geofence.
|
Copyright © 2021. All rights reserved.