| 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 ListPlaceIndexesResponse |
LocationClient.listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
|
default CompletableFuture<ListPlaceIndexesResponse> |
LocationAsyncClient.listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
|
default ListPlaceIndexesIterable |
LocationClient.listPlaceIndexesPaginator(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
|
default ListPlaceIndexesPublisher |
LocationAsyncClient.listPlaceIndexesPaginator(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
|
| Constructor and Description |
|---|
ListPlaceIndexesIterable(LocationClient client,
ListPlaceIndexesRequest firstRequest) |
ListPlaceIndexesPublisher(LocationAsyncClient client,
ListPlaceIndexesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPlaceIndexesRequestMarshaller.marshall(ListPlaceIndexesRequest listPlaceIndexesRequest) |
Copyright © 2023. All rights reserved.