| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static GeofenceGeometry.Builder |
GeofenceGeometry.builder() |
GeofenceGeometry.Builder |
GeofenceGeometry.Builder.circle(Circle circle)
A circle on the earth, as defined by a center point and a radius.
|
default GeofenceGeometry.Builder |
GeofenceGeometry.Builder.circle(Consumer<Circle.Builder> circle)
A circle on the earth, as defined by a center point and a radius.
|
GeofenceGeometry.Builder |
GeofenceGeometry.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.Builder |
GeofenceGeometry.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.Builder |
GeofenceGeometry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeofenceGeometry.Builder> |
GeofenceGeometry.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetGeofenceResponse.Builder |
GetGeofenceResponse.Builder.geometry(Consumer<GeofenceGeometry.Builder> geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
default BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.Builder.geometry(Consumer<GeofenceGeometry.Builder> geometry)
Contains the details of the position of the geofence.
|
default ListGeofenceResponseEntry.Builder |
ListGeofenceResponseEntry.Builder.geometry(Consumer<GeofenceGeometry.Builder> geometry)
Contains the geofence geometry details describing a polygon or a circle.
|
default PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.geometry(Consumer<GeofenceGeometry.Builder> geometry)
Contains the details to specify the position of the geofence.
|
Copyright © 2023. All rights reserved.