| 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 |
|---|---|
CreatePlaceIndexResult |
AmazonLocationClient.createPlaceIndex(CreatePlaceIndexRequest request)
Creates a place index resource in your Amazon Web Services account.
|
CreatePlaceIndexResult |
AmazonLocation.createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a place index resource in your Amazon Web Services account.
|
CreatePlaceIndexResult |
AbstractAmazonLocation.createPlaceIndex(CreatePlaceIndexRequest request) |
| 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 Amazon Web Services account.
|
Future<CreatePlaceIndexResult> |
AbstractAmazonLocationAsync.createPlaceIndexAsync(CreatePlaceIndexRequest request,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexResult |
CreatePlaceIndexResult.clone() |
CreatePlaceIndexResult |
CreatePlaceIndexResult.withCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreatePlaceIndexResult |
CreatePlaceIndexResult.withIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the place index resource.
|
CreatePlaceIndexResult |
CreatePlaceIndexResult.withIndexName(String indexName)
The name for the place index resource.
|
Copyright © 2023. All rights reserved.