| 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 |
|---|---|
BatchPutGeofenceResult |
AmazonLocationClient.batchPutGeofence(BatchPutGeofenceRequest request)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
BatchPutGeofenceResult |
AmazonLocation.batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
BatchPutGeofenceResult |
AbstractAmazonLocation.batchPutGeofence(BatchPutGeofenceRequest request) |
Future<BatchPutGeofenceResult> |
AmazonLocationAsyncClient.batchPutGeofenceAsync(BatchPutGeofenceRequest request) |
Future<BatchPutGeofenceResult> |
AmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
Future<BatchPutGeofenceResult> |
AbstractAmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest request) |
Future<BatchPutGeofenceResult> |
AmazonLocationAsyncClient.batchPutGeofenceAsync(BatchPutGeofenceRequest request,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler) |
Future<BatchPutGeofenceResult> |
AmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
Future<BatchPutGeofenceResult> |
AbstractAmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest request,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchPutGeofenceResult> |
AmazonLocationAsyncClient.batchPutGeofenceAsync(BatchPutGeofenceRequest request,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler) |
Future<BatchPutGeofenceResult> |
AmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
Future<BatchPutGeofenceResult> |
AbstractAmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest request,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.clone() |
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withCollectionName(String collectionName)
The geofence collection storing the geofences.
|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withEntries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withEntries(Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
|
Copyright © 2025. All rights reserved.