| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.clone() |
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.withCreateTime(Date createTime)
The timestamp for when the Place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.withDataSource(String dataSource)
The data provider of geospatial data.
|
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.withDescription(String description)
The optional description for the Place index resource.
|
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.withIndexName(String indexName)
The name of the Place index resource.
|
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.withUpdateTime(Date updateTime)
The timestamp for when the Place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
| Modifier and Type | Method and Description |
|---|---|
List<ListPlaceIndexesResponseEntry> |
ListPlaceIndexesResult.getEntries()
Lists the Place index resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResult |
ListPlaceIndexesResult.withEntries(ListPlaceIndexesResponseEntry... entries)
Lists the Place index resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlaceIndexesResult.setEntries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the Place index resources that exist in your AWS account
|
ListPlaceIndexesResult |
ListPlaceIndexesResult.withEntries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the Place index resources that exist in your AWS account
|
Copyright © 2021. All rights reserved.