| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutGeofenceResponse> |
LocationAsyncClient.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.
|
default PutGeofenceResponse |
LocationClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutGeofenceRequestMarshaller.marshall(PutGeofenceRequest putGeofenceRequest) |
Copyright © 2021. All rights reserved.