| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateGeofenceCollectionResponse |
LocationClient.updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
default UpdateGeofenceCollectionResponse |
LocationClient.updateGeofenceCollection(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateGeofenceCollectionResponse> |
LocationAsyncClient.updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
default CompletableFuture<UpdateGeofenceCollectionResponse> |
LocationAsyncClient.updateGeofenceCollection(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
Copyright © 2022. All rights reserved.