Uses of Class
software.amazon.awssdk.services.location.model.GetGeofenceRequest
-
Packages that use GetGeofenceRequest 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 GetGeofenceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type GetGeofenceRequest Modifier and Type Method Description default CompletableFuture<GetGeofenceResponse>LocationAsyncClient. getGeofence(GetGeofenceRequest getGeofenceRequest)Retrieves the geofence details from a geofence collection.default GetGeofenceResponseLocationClient. getGeofence(GetGeofenceRequest getGeofenceRequest)Retrieves the geofence details from a geofence collection. -
Uses of GetGeofenceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type GetGeofenceRequest Modifier and Type Method Description SdkHttpFullRequestGetGeofenceRequestMarshaller. marshall(GetGeofenceRequest getGeofenceRequest)
-