| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
List<DevicePositionUpdate> |
BatchEvaluateGeofencesRequest.devicePositionUpdates()
Contains device details for each device to be evaluated against the given geofence collection.
|
List<DevicePositionUpdate> |
BatchUpdateDevicePositionRequest.updates()
Contains the position update details for each device.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesRequest.Builder |
BatchEvaluateGeofencesRequest.Builder.devicePositionUpdates(DevicePositionUpdate... devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
BatchUpdateDevicePositionRequest.Builder |
BatchUpdateDevicePositionRequest.Builder.updates(DevicePositionUpdate... updates)
Contains the position update details for each device.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesRequest.Builder |
BatchEvaluateGeofencesRequest.Builder.devicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
BatchUpdateDevicePositionRequest.Builder |
BatchUpdateDevicePositionRequest.Builder.updates(Collection<DevicePositionUpdate> updates)
Contains the position update details for each device.
|
Copyright © 2021. All rights reserved.