| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.clone() |
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withCreateTime(Date createTime)
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withGeofenceId(String geofenceId)
The geofence identifier.
|
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withGeometry(GeofenceGeometry geometry)
Contains the geofence geometry details describing a polygon.
|
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withStatus(String status)
Identifies the state of the geofence.
|
ListGeofenceResponseEntry |
ListGeofenceResponseEntry.withUpdateTime(Date updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
| Modifier and Type | Method and Description |
|---|---|
List<ListGeofenceResponseEntry> |
ListGeofencesResult.getEntries()
Contains a list of geofences stored in the geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesResult |
ListGeofencesResult.withEntries(ListGeofenceResponseEntry... entries)
Contains a list of geofences stored in the geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeofencesResult.setEntries(Collection<ListGeofenceResponseEntry> entries)
Contains a list of geofences stored in the geofence collection.
|
ListGeofencesResult |
ListGeofencesResult.withEntries(Collection<ListGeofenceResponseEntry> entries)
Contains a list of geofences stored in the geofence collection.
|
Copyright © 2021. All rights reserved.