Uses of Class
software.amazon.awssdk.services.location.model.PutGeofenceResponse
-
Packages that use PutGeofenceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of PutGeofenceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return PutGeofenceResponse Modifier and Type Method Description default PutGeofenceResponseLocationClient. putGeofence(Consumer<PutGeofenceRequest.Builder> 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.Methods in software.amazon.awssdk.services.location that return types with arguments of type PutGeofenceResponse Modifier and Type Method Description default CompletableFuture<PutGeofenceResponse>LocationAsyncClient. putGeofence(Consumer<PutGeofenceRequest.Builder> 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 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.
-