Uses of Class
software.amazon.awssdk.services.location.model.BatchEvaluateGeofencesResponse
-
Packages that use BatchEvaluateGeofencesResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of BatchEvaluateGeofencesResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return BatchEvaluateGeofencesResponse Modifier and Type Method Description default BatchEvaluateGeofencesResponseLocationClient. batchEvaluateGeofences(Consumer<BatchEvaluateGeofencesRequest.Builder> batchEvaluateGeofencesRequest)Evaluates device positions against the geofence geometries from a given geofence collection.default BatchEvaluateGeofencesResponseLocationClient. batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)Evaluates device positions against the geofence geometries from a given geofence collection.Methods in software.amazon.awssdk.services.location that return types with arguments of type BatchEvaluateGeofencesResponse Modifier and Type Method Description default CompletableFuture<BatchEvaluateGeofencesResponse>LocationAsyncClient. batchEvaluateGeofences(Consumer<BatchEvaluateGeofencesRequest.Builder> batchEvaluateGeofencesRequest)Evaluates device positions against the geofence geometries from a given geofence collection.default CompletableFuture<BatchEvaluateGeofencesResponse>LocationAsyncClient. batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)Evaluates device positions against the geofence geometries from a given geofence collection.
-