Uses of Class
software.amazon.awssdk.services.location.model.GetGeofenceResponse
-
Packages that use GetGeofenceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of GetGeofenceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return GetGeofenceResponse Modifier and Type Method Description default GetGeofenceResponseLocationClient. getGeofence(Consumer<GetGeofenceRequest.Builder> getGeofenceRequest)Retrieves the geofence details from a geofence collection.default GetGeofenceResponseLocationClient. getGeofence(GetGeofenceRequest getGeofenceRequest)Retrieves the geofence details from a geofence collection.Methods in software.amazon.awssdk.services.location that return types with arguments of type GetGeofenceResponse Modifier and Type Method Description default CompletableFuture<GetGeofenceResponse>LocationAsyncClient. getGeofence(Consumer<GetGeofenceRequest.Builder> getGeofenceRequest)Retrieves the geofence details from a geofence collection.default CompletableFuture<GetGeofenceResponse>LocationAsyncClient. getGeofence(GetGeofenceRequest getGeofenceRequest)Retrieves the geofence details from a geofence collection.
-