Uses of Interface
software.amazon.awssdk.services.location.model.PutGeofenceResponse.Builder
-
Packages that use PutGeofenceResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of PutGeofenceResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return PutGeofenceResponse.Builder Modifier and Type Method Description static PutGeofenceResponse.BuilderPutGeofenceResponse. builder()PutGeofenceResponse.BuilderPutGeofenceResponse.Builder. createTime(Instant createTime)The timestamp for when the geofence was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZPutGeofenceResponse.BuilderPutGeofenceResponse.Builder. geofenceId(String geofenceId)The geofence identifier entered in the request.PutGeofenceResponse.BuilderPutGeofenceResponse. toBuilder()PutGeofenceResponse.BuilderPutGeofenceResponse.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 PutGeofenceResponse.Builder Modifier and Type Method Description static Class<? extends PutGeofenceResponse.Builder>PutGeofenceResponse. serializableBuilderClass()
-