| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListMapsResponseEntry |
ListMapsResponseEntry.clone() |
ListMapsResponseEntry |
ListMapsResponseEntry.withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListMapsResponseEntry |
ListMapsResponseEntry.withDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
ListMapsResponseEntry |
ListMapsResponseEntry.withDescription(String description)
The description for the map resource.
|
ListMapsResponseEntry |
ListMapsResponseEntry.withMapName(String mapName)
The name of the associated map resource.
|
ListMapsResponseEntry |
ListMapsResponseEntry.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
ListMapsResponseEntry |
ListMapsResponseEntry.withPricingPlan(String pricingPlan)
Deprecated.
|
ListMapsResponseEntry |
ListMapsResponseEntry.withUpdateTime(Date updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
| Modifier and Type | Method and Description |
|---|---|
List<ListMapsResponseEntry> |
ListMapsResult.getEntries()
Contains a list of maps in your Amazon Web Services account
|
| Modifier and Type | Method and Description |
|---|---|
ListMapsResult |
ListMapsResult.withEntries(ListMapsResponseEntry... entries)
Contains a list of maps in your Amazon Web Services account
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMapsResult.setEntries(Collection<ListMapsResponseEntry> entries)
Contains a list of maps in your Amazon Web Services account
|
ListMapsResult |
ListMapsResult.withEntries(Collection<ListMapsResponseEntry> entries)
Contains a list of maps in your Amazon Web Services account
|
Copyright © 2025. All rights reserved.