Uses of Class
software.amazon.awssdk.services.location.model.PutGeofenceRequest
-
Packages that use PutGeofenceRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of PutGeofenceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type PutGeofenceRequest Modifier and Type Method Description default CompletableFuture<PutGeofenceResponse>LocationAsyncClient. putGeofence(PutGeofenceRequest putGeofenceRequest)Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.default PutGeofenceResponseLocationClient. putGeofence(PutGeofenceRequest putGeofenceRequest)Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request. -
Uses of PutGeofenceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type PutGeofenceRequest Modifier and Type Method Description SdkHttpFullRequestPutGeofenceRequestMarshaller. marshall(PutGeofenceRequest putGeofenceRequest)
-