| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGeofencesResponse |
LocationClient.listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesResponse |
LocationClient.listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGeofencesResponse> |
LocationAsyncClient.listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default CompletableFuture<ListGeofencesResponse> |
LocationAsyncClient.listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGeofencesResponse> |
ListGeofencesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeofencesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGeofencesResponse> subscriber) |
Copyright © 2023. All rights reserved.