| 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 ListGeofenceCollectionsResponse |
LocationClient.listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
|
default ListGeofenceCollectionsResponse |
LocationClient.listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGeofenceCollectionsResponse> |
LocationAsyncClient.listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
|
default CompletableFuture<ListGeofenceCollectionsResponse> |
LocationAsyncClient.listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGeofenceCollectionsResponse> |
ListGeofenceCollectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeofenceCollectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGeofenceCollectionsResponse> subscriber) |
Copyright © 2022. All rights reserved.