| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, Tracking, and Geofencing
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexResult |
AmazonLocationClient.createPlaceIndex(CreatePlaceIndexRequest request)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced
from your chosen data provider.
|
CreatePlaceIndexResult |
AbstractAmazonLocation.createPlaceIndex(CreatePlaceIndexRequest request) |
CreatePlaceIndexResult |
AmazonLocation.createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced
from your chosen data provider.
|
Future<CreatePlaceIndexResult> |
AmazonLocationAsyncClient.createPlaceIndexAsync(CreatePlaceIndexRequest request) |
Future<CreatePlaceIndexResult> |
AmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced
from your chosen data provider.
|
Future<CreatePlaceIndexResult> |
AbstractAmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest request) |
Future<CreatePlaceIndexResult> |
AmazonLocationAsyncClient.createPlaceIndexAsync(CreatePlaceIndexRequest request,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler) |
Future<CreatePlaceIndexResult> |
AmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced
from your chosen data provider.
|
Future<CreatePlaceIndexResult> |
AbstractAmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest request,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePlaceIndexResult> |
AmazonLocationAsyncClient.createPlaceIndexAsync(CreatePlaceIndexRequest request,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler) |
Future<CreatePlaceIndexResult> |
AmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced
from your chosen data provider.
|
Future<CreatePlaceIndexResult> |
AbstractAmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest request,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.clone() |
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withDataSource(String dataSource)
Specifies the data provider of geospatial data.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Specifies the data storage option for requesting Places.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withDescription(String description)
The optional description for the Place index resource.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withIndexName(String indexName)
The name of the Place index resource.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your Place index resource.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withPricingPlan(String pricingPlan)
Specifies the pricing plan for your Place index resource.
|
Copyright © 2021. All rights reserved.