Uses of Class
software.amazon.awssdk.services.location.model.BatchPutGeofenceResponse
-
Packages that use BatchPutGeofenceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of BatchPutGeofenceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return BatchPutGeofenceResponse Modifier and Type Method Description default BatchPutGeofenceResponseLocationClient. batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.default BatchPutGeofenceResponseLocationClient. batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)A batch request for storing geofence geometries into 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 BatchPutGeofenceResponse Modifier and Type Method Description default CompletableFuture<BatchPutGeofenceResponse>LocationAsyncClient. batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.default CompletableFuture<BatchPutGeofenceResponse>LocationAsyncClient. batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
-