Uses of Class
software.amazon.awssdk.services.location.model.GeofenceGeometry
-
Packages that use GeofenceGeometry Package Description software.amazon.awssdk.services.location.model -
-
Uses of GeofenceGeometry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return GeofenceGeometry Modifier and Type Method Description GeofenceGeometryBatchPutGeofenceRequestEntry. geometry()Contains the details of the position of the geofence.GeofenceGeometryGetGeofenceResponse. geometry()Contains the geofence geometry details describing a polygon or a circle.GeofenceGeometryListGeofenceResponseEntry. geometry()Contains the geofence geometry details describing a polygon or a circle.GeofenceGeometryPutGeofenceRequest. geometry()Contains the details to specify the position of the geofence.Methods in software.amazon.awssdk.services.location.model with parameters of type GeofenceGeometry Modifier and Type Method Description BatchPutGeofenceRequestEntry.BuilderBatchPutGeofenceRequestEntry.Builder. geometry(GeofenceGeometry geometry)Contains the details of the position of the geofence.GetGeofenceResponse.BuilderGetGeofenceResponse.Builder. geometry(GeofenceGeometry geometry)Contains the geofence geometry details describing a polygon or a circle.ListGeofenceResponseEntry.BuilderListGeofenceResponseEntry.Builder. geometry(GeofenceGeometry geometry)Contains the geofence geometry details describing a polygon or a circle.PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. geometry(GeofenceGeometry geometry)Contains the details to specify the position of the geofence.
-