| 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 CreateGeofenceCollectionResponse |
LocationClient.createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
default CreateGeofenceCollectionResponse |
LocationClient.createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGeofenceCollectionResponse> |
LocationAsyncClient.createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
default CompletableFuture<CreateGeofenceCollectionResponse> |
LocationAsyncClient.createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
Copyright © 2023. All rights reserved.