| 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<ListGeofencesResponse> |
LocationAsyncClient.listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesResponse |
LocationClient.listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesPublisher |
LocationAsyncClient.listGeofencesPaginator(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesIterable |
LocationClient.listGeofencesPaginator(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGeofencesRequest.Builder |
ListGeofencesRequest.builder() |
ListGeofencesRequest.Builder |
ListGeofencesRequest.Builder.collectionName(String collectionName)
The name of the geofence collection storing the list of geofences.
|
ListGeofencesRequest.Builder |
ListGeofencesRequest.Builder.nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListGeofencesRequest.Builder |
ListGeofencesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGeofencesRequest.Builder |
ListGeofencesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGeofencesRequest.Builder |
ListGeofencesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGeofencesRequest.Builder> |
ListGeofencesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.