| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutGeofenceResponse> |
LocationAsyncClient.putGeofence(Consumer<PutGeofenceRequest.Builder> putGeofenceRequest)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
default PutGeofenceResponse |
LocationClient.putGeofence(Consumer<PutGeofenceRequest.Builder> putGeofenceRequest)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
static PutGeofenceRequest.Builder |
PutGeofenceRequest.builder() |
PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.collectionName(String collectionName)
The geofence collection to store the geofence in.
|
PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.geofenceId(String geofenceId)
An identifier for the geofence.
|
default PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.geometry(Consumer<GeofenceGeometry.Builder> geometry)
Contains the polygon details to specify the position of the geofence.
|
PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.geometry(GeofenceGeometry geometry)
Contains the polygon details to specify the position of the geofence.
|
PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutGeofenceRequest.Builder |
PutGeofenceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutGeofenceRequest.Builder |
PutGeofenceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutGeofenceRequest.Builder> |
PutGeofenceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.