| 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<BatchPutGeofenceResponse> |
LocationAsyncClient.batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> batchPutGeofenceRequest)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
default BatchPutGeofenceResponse |
LocationClient.batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> batchPutGeofenceRequest)
A batch request for storing geofence geometries into 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 BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.builder() |
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.Builder.collectionName(String collectionName)
The geofence collection storing the geofences.
|
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.Builder.entries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.Builder.entries(Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.Builder.entries(Consumer<BatchPutGeofenceRequestEntry.Builder>... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchPutGeofenceRequest.Builder |
BatchPutGeofenceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchPutGeofenceRequest.Builder> |
BatchPutGeofenceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.