| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrackerResult |
AmazonLocation.updateTracker(UpdateTrackerRequest updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
UpdateTrackerResult |
AmazonLocationClient.updateTracker(UpdateTrackerRequest request)
Updates the specified properties of a given tracker resource.
|
UpdateTrackerResult |
AbstractAmazonLocation.updateTracker(UpdateTrackerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTrackerResult> |
AmazonLocationAsyncClient.updateTrackerAsync(UpdateTrackerRequest request,
AsyncHandler<UpdateTrackerRequest,UpdateTrackerResult> asyncHandler) |
Future<UpdateTrackerResult> |
AmazonLocationAsync.updateTrackerAsync(UpdateTrackerRequest updateTrackerRequest,
AsyncHandler<UpdateTrackerRequest,UpdateTrackerResult> asyncHandler)
Updates the specified properties of a given tracker resource.
|
Future<UpdateTrackerResult> |
AbstractAmazonLocationAsync.updateTrackerAsync(UpdateTrackerRequest request,
AsyncHandler<UpdateTrackerRequest,UpdateTrackerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrackerResult |
UpdateTrackerResult.clone() |
UpdateTrackerResult |
UpdateTrackerResult.withTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) of the updated tracker resource.
|
UpdateTrackerResult |
UpdateTrackerResult.withTrackerName(String trackerName)
The name of the updated tracker resource.
|
UpdateTrackerResult |
UpdateTrackerResult.withUpdateTime(Date updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
Copyright © 2021. All rights reserved.