Uses of Interface
software.amazon.awssdk.services.location.model.BatchPutGeofenceSuccess.Builder
-
Packages that use BatchPutGeofenceSuccess.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchPutGeofenceSuccess.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchPutGeofenceSuccess.Builder Modifier and Type Method Description static BatchPutGeofenceSuccess.BuilderBatchPutGeofenceSuccess. builder()BatchPutGeofenceSuccess.BuilderBatchPutGeofenceSuccess.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.sssZBatchPutGeofenceSuccess.BuilderBatchPutGeofenceSuccess.Builder. geofenceId(String geofenceId)The geofence successfully stored in a geofence collection.BatchPutGeofenceSuccess.BuilderBatchPutGeofenceSuccess. toBuilder()BatchPutGeofenceSuccess.BuilderBatchPutGeofenceSuccess.Builder. updateTime(Instant updateTime)The timestamp for when the geofence was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZMethods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchPutGeofenceSuccess.Builder Modifier and Type Method Description static Class<? extends BatchPutGeofenceSuccess.Builder>BatchPutGeofenceSuccess. serializableBuilderClass()
-