| 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.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
ListPlaceIndexesResponseEntry |
ListPlaceIndexesResponseEntry.withPricingPlan(String pricingPlan)
Deprecated.
|
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 Amazon Web Services account
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResult |
ListPlaceIndexesResult.withEntries(ListPlaceIndexesResponseEntry... entries)
Lists the place index resources that exist in your Amazon Web Services account
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlaceIndexesResult.setEntries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your Amazon Web Services account
|
ListPlaceIndexesResult |
ListPlaceIndexesResult.withEntries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your Amazon Web Services account
|
Copyright © 2023. All rights reserved.