| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
GeofenceGeometry |
GeofenceGeometry.clone() |
GeofenceGeometry |
ListGeofenceResponseEntry.getGeometry()
Contains the geofence geometry details describing a polygon.
|
GeofenceGeometry |
GetGeofenceResult.getGeometry()
Contains the geofence geometry details describing a polygon.
|
GeofenceGeometry |
PutGeofenceRequest.getGeometry()
Contains the polygon details to specify the position of the geofence.
|
GeofenceGeometry |
BatchPutGeofenceRequestEntry.getGeometry()
The geometry details for the geofence.
|
GeofenceGeometry |
GeofenceGeometry.withPolygon(Collection<List<List<Double>>> polygon)
An array of 1 or more linear rings.
|
GeofenceGeometry |
GeofenceGeometry.withPolygon(List<List<Double>>... polygon)
An array of 1 or more linear rings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeofenceResponseEntry.setGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
void |
GetGeofenceResult.setGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
void |
PutGeofenceRequest.setGeometry(GeofenceGeometry geometry)
Contains the polygon details to specify the position of the geofence.
|
void |
BatchPutGeofenceRequestEntry.setGeometry(GeofenceGeometry geometry)
The geometry details for the geofence.
|
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
GetGeofenceResult |
GetGeofenceResult.withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
PutGeofenceRequest |
PutGeofenceRequest.withGeometry(GeofenceGeometry geometry)
Contains the polygon details to specify the position of the geofence.
|
BatchPutGeofenceRequestEntry |
BatchPutGeofenceRequestEntry.withGeometry(GeofenceGeometry geometry)
The geometry details for the geofence.
|
Copyright © 2021. All rights reserved.