| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.paginators | |
| software.amazon.awssdk.services.location.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGeofencesResponse> |
LocationAsyncClient.listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesResponse |
LocationClient.listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesPublisher |
LocationAsyncClient.listGeofencesPaginator(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesIterable |
LocationClient.listGeofencesPaginator(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
| Constructor and Description |
|---|
ListGeofencesIterable(LocationClient client,
ListGeofencesRequest firstRequest) |
ListGeofencesPublisher(LocationAsyncClient client,
ListGeofencesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGeofencesRequestMarshaller.marshall(ListGeofencesRequest listGeofencesRequest) |
Copyright © 2023. All rights reserved.