| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceRequestEntry |
BatchPutGeofenceRequestEntry.clone() |
BatchPutGeofenceRequestEntry |
BatchPutGeofenceRequestEntry.withGeofenceId(String geofenceId)
The identifier for the geofence to be stored in a given geofence collection.
|
BatchPutGeofenceRequestEntry |
BatchPutGeofenceRequestEntry.withGeometry(GeofenceGeometry geometry)
Contains the details of the position of the geofence.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutGeofenceRequestEntry> |
BatchPutGeofenceRequest.getEntries()
The batch of geofences to be stored in a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withEntries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutGeofenceRequest.setEntries(Collection<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 © 2022. All rights reserved.