Uses of Class
software.amazon.awssdk.services.location.model.BatchDeleteGeofenceResponse
-
Packages that use BatchDeleteGeofenceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of BatchDeleteGeofenceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return BatchDeleteGeofenceResponse Modifier and Type Method Description default BatchDeleteGeofenceResponseLocationClient. batchDeleteGeofence(Consumer<BatchDeleteGeofenceRequest.Builder> batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection.default BatchDeleteGeofenceResponseLocationClient. batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection.Methods in software.amazon.awssdk.services.location that return types with arguments of type BatchDeleteGeofenceResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteGeofenceResponse>LocationAsyncClient. batchDeleteGeofence(Consumer<BatchDeleteGeofenceRequest.Builder> batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection.default CompletableFuture<BatchDeleteGeofenceResponse>LocationAsyncClient. batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection.
-