| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
GeofenceGeometry |
PutGeofenceRequest.geometry()
Contains the polygon details to specify the position of the geofence.
|
GeofenceGeometry |
BatchPutGeofenceRequestEntry.geometry()
Contains the polygon details to specify the position of the geofence.
|
GeofenceGeometry |
GetGeofenceResponse.geometry()
Contains the geofence geometry details describing a polygon.
|
GeofenceGeometry |
ListGeofenceResponseEntry.geometry()
Contains the geofence geometry details describing a polygon.
|
| Modifier and Type | Method and Description |
|---|---|
PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.geometry(GeofenceGeometry geometry)
Contains the polygon details to specify the position of the geofence.
|
BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.Builder.geometry(GeofenceGeometry geometry)
Contains the polygon details to specify the position of the geofence.
|
GetGeofenceResponse.Builder |
GetGeofenceResponse.Builder.geometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
ListGeofenceResponseEntry.Builder |
ListGeofenceResponseEntry.Builder.geometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
Copyright © 2022. All rights reserved.