| 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 ListTrackerConsumersResponse |
LocationClient.listTrackerConsumers(Consumer<ListTrackerConsumersRequest.Builder> listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
default ListTrackerConsumersResponse |
LocationClient.listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTrackerConsumersResponse> |
LocationAsyncClient.listTrackerConsumers(Consumer<ListTrackerConsumersRequest.Builder> listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
default CompletableFuture<ListTrackerConsumersResponse> |
LocationAsyncClient.listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTrackerConsumersResponse> |
ListTrackerConsumersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrackerConsumersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTrackerConsumersResponse> subscriber) |
Copyright © 2021. All rights reserved.