Uses of Interface
software.amazon.awssdk.services.location.model.GeofenceGeometry.Builder
-
Packages that use GeofenceGeometry.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of GeofenceGeometry.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return GeofenceGeometry.Builder Modifier and Type Method Description static GeofenceGeometry.BuilderGeofenceGeometry. builder()default GeofenceGeometry.BuilderGeofenceGeometry.Builder. circle(Consumer<Circle.Builder> circle)A circle on the earth, as defined by a center point and a radius.GeofenceGeometry.BuilderGeofenceGeometry.Builder. circle(Circle circle)A circle on the earth, as defined by a center point and a radius.GeofenceGeometry.BuilderGeofenceGeometry.Builder. polygon(Collection<? extends Collection<? extends Collection<Double>>> polygon)A polygon is a list of linear rings which are each made up of a list of vertices.GeofenceGeometry.BuilderGeofenceGeometry.Builder. polygon(Collection<? extends Collection<Double>>... polygon)A polygon is a list of linear rings which are each made up of a list of vertices.GeofenceGeometry.BuilderGeofenceGeometry. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type GeofenceGeometry.Builder Modifier and Type Method Description static Class<? extends GeofenceGeometry.Builder>GeofenceGeometry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type GeofenceGeometry.Builder Modifier and Type Method Description default BatchPutGeofenceRequestEntry.BuilderBatchPutGeofenceRequestEntry.Builder. geometry(Consumer<GeofenceGeometry.Builder> geometry)Contains the details of the position of the geofence.default GetGeofenceResponse.BuilderGetGeofenceResponse.Builder. geometry(Consumer<GeofenceGeometry.Builder> geometry)Contains the geofence geometry details describing a polygon or a circle.default ListGeofenceResponseEntry.BuilderListGeofenceResponseEntry.Builder. geometry(Consumer<GeofenceGeometry.Builder> geometry)Contains the geofence geometry details describing a polygon or a circle.default PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. geometry(Consumer<GeofenceGeometry.Builder> geometry)Contains the details to specify the position of the geofence.
-