| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceSuccess |
BatchPutGeofenceSuccess.clone() |
BatchPutGeofenceSuccess |
BatchPutGeofenceSuccess.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 |
BatchPutGeofenceSuccess |
BatchPutGeofenceSuccess.withGeofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
|
BatchPutGeofenceSuccess |
BatchPutGeofenceSuccess.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<BatchPutGeofenceSuccess> |
BatchPutGeofenceResult.getSuccesses()
Contains each geofence that was successfully stored in a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceResult |
BatchPutGeofenceResult.withSuccesses(BatchPutGeofenceSuccess... successes)
Contains each geofence that was successfully stored in a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutGeofenceResult.setSuccesses(Collection<BatchPutGeofenceSuccess> successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResult |
BatchPutGeofenceResult.withSuccesses(Collection<BatchPutGeofenceSuccess> successes)
Contains each geofence that was successfully stored in a geofence collection.
|
Copyright © 2025. All rights reserved.