| 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 ListPlaceIndexesResponse |
LocationClient.listPlaceIndexes(Consumer<ListPlaceIndexesRequest.Builder> listPlaceIndexesRequest)
Lists place index resources in your Amazon Web Services account.
|
default ListPlaceIndexesResponse |
LocationClient.listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPlaceIndexesResponse> |
LocationAsyncClient.listPlaceIndexes(Consumer<ListPlaceIndexesRequest.Builder> listPlaceIndexesRequest)
Lists place index resources in your Amazon Web Services account.
|
default CompletableFuture<ListPlaceIndexesResponse> |
LocationAsyncClient.listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPlaceIndexesResponse> |
ListPlaceIndexesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlaceIndexesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPlaceIndexesResponse> subscriber) |
Copyright © 2023. All rights reserved.