| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| com.amazonaws.services.location.model |
| 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.
|
Future<CreatePlaceIndexResult> |
AbstractAmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest request,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.clone() |
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withDataSource(String dataSource)
Specifies the geospatial data provider for the new place index.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Specifies the data storage option 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.
|
CreatePlaceIndexRequest |
CreatePlaceIndexRequest.withTags(Map<String,String> tags)
Applies one or more tags to the place index resource.
|
Copyright © 2021. All rights reserved.