| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListTrackersResponseEntry |
ListTrackersResponseEntry.clone() |
ListTrackersResponseEntry |
ListTrackersResponseEntry.withCreateTime(Date createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListTrackersResponseEntry |
ListTrackersResponseEntry.withDescription(String description)
The description for the tracker resource.
|
ListTrackersResponseEntry |
ListTrackersResponseEntry.withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified tracker resource.
|
ListTrackersResponseEntry |
ListTrackersResponseEntry.withPricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
|
ListTrackersResponseEntry |
ListTrackersResponseEntry.withPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
|
ListTrackersResponseEntry |
ListTrackersResponseEntry.withTrackerName(String trackerName)
The name of the tracker resource.
|
ListTrackersResponseEntry |
ListTrackersResponseEntry.withUpdateTime(Date updateTime)
The timestamp at which the device's position was determined.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListTrackersResponseEntry> |
ListTrackersResult.getEntries()
Contains tracker resources in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrackersResult |
ListTrackersResult.withEntries(ListTrackersResponseEntry... entries)
Contains tracker resources in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrackersResult.setEntries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your AWS account.
|
ListTrackersResult |
ListTrackersResult.withEntries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your AWS account.
|
Copyright © 2021. All rights reserved.