| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
LocationAction |
LocationAction.clone() |
LocationAction |
Action.getLocation()
The Amazon Location Service rule action sends device location updates from an MQTT message to an Amazon Location
tracker resource.
|
LocationAction |
LocationAction.withDeviceId(String deviceId)
The unique ID of the device providing the location data.
|
LocationAction |
LocationAction.withLatitude(String latitude)
A string that evaluates to a double value that represents the latitude of the device's location.
|
LocationAction |
LocationAction.withLongitude(String longitude)
A string that evaluates to a double value that represents the longitude of the device's location.
|
LocationAction |
LocationAction.withRoleArn(String roleArn)
The IAM role that grants permission to write to the Amazon Location resource.
|
LocationAction |
LocationAction.withTimestamp(LocationTimestamp timestamp)
The time that the location data was sampled.
|
LocationAction |
LocationAction.withTrackerName(String trackerName)
The name of the tracker resource in Amazon Location in which the location is updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setLocation(LocationAction location)
The Amazon Location Service rule action sends device location updates from an MQTT message to an Amazon Location
tracker resource.
|
Action |
Action.withLocation(LocationAction location)
The Amazon Location Service rule action sends device location updates from an MQTT message to an Amazon Location
tracker resource.
|
Copyright © 2024. All rights reserved.