| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePlaceIndexResponse |
LocationClient.createPlaceIndex(Consumer<CreatePlaceIndexRequest.Builder> createPlaceIndexRequest)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from
your chosen data provider.
|
default CreatePlaceIndexResponse |
LocationClient.createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from
your chosen data provider.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreatePlaceIndexResponse> |
LocationAsyncClient.createPlaceIndex(Consumer<CreatePlaceIndexRequest.Builder> createPlaceIndexRequest)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from
your chosen data provider.
|
default CompletableFuture<CreatePlaceIndexResponse> |
LocationAsyncClient.createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from
your chosen data provider.
|
Copyright © 2021. All rights reserved.