| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutGeofenceSuccess.Builder |
BatchPutGeofenceSuccess.builder() |
BatchPutGeofenceSuccess.Builder |
BatchPutGeofenceSuccess.Builder.createTime(Instant createTime)
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
BatchPutGeofenceSuccess.Builder |
BatchPutGeofenceSuccess.Builder.geofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
|
BatchPutGeofenceSuccess.Builder |
BatchPutGeofenceSuccess.toBuilder() |
BatchPutGeofenceSuccess.Builder |
BatchPutGeofenceSuccess.Builder.updateTime(Instant 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 |
|---|---|
static Class<? extends BatchPutGeofenceSuccess.Builder> |
BatchPutGeofenceSuccess.serializableBuilderClass() |
Copyright © 2021. All rights reserved.