| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.clone() |
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withCalculatorName(String calculatorName)
The name of the route calculator resource.
|
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withCreateTime(Date createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withDataSource(String dataSource)
The data provider of traffic and road network data.
|
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withDescription(String description)
The optional description of the route calculator resource.
|
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified route calculator resource.
|
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withPricingPlan(String pricingPlan)
The pricing plan for the specified route calculator resource.
|
ListRouteCalculatorsResponseEntry |
ListRouteCalculatorsResponseEntry.withUpdateTime(Date updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
| Modifier and Type | Method and Description |
|---|---|
List<ListRouteCalculatorsResponseEntry> |
ListRouteCalculatorsResult.getEntries()
Lists the route calculator resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
ListRouteCalculatorsResult |
ListRouteCalculatorsResult.withEntries(ListRouteCalculatorsResponseEntry... entries)
Lists the route calculator resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRouteCalculatorsResult.setEntries(Collection<ListRouteCalculatorsResponseEntry> entries)
Lists the route calculator resources that exist in your AWS account
|
ListRouteCalculatorsResult |
ListRouteCalculatorsResult.withEntries(Collection<ListRouteCalculatorsResponseEntry> entries)
Lists the route calculator resources that exist in your AWS account
|
Copyright © 2021. All rights reserved.