Uses of Class
software.amazon.awssdk.services.location.model.BatchDeleteGeofenceRequest
-
Packages that use BatchDeleteGeofenceRequest 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 BatchDeleteGeofenceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type BatchDeleteGeofenceRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteGeofenceResponse>LocationAsyncClient. batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection.default BatchDeleteGeofenceResponseLocationClient. batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection. -
Uses of BatchDeleteGeofenceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type BatchDeleteGeofenceRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteGeofenceRequestMarshaller. marshall(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
-