Uses of Class
software.amazon.awssdk.services.location.model.DevicePositionUpdate
-
Packages that use DevicePositionUpdate Package Description software.amazon.awssdk.services.location.model -
-
Uses of DevicePositionUpdate in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type DevicePositionUpdate Modifier and Type Method 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, up to 10 devices.Methods in software.amazon.awssdk.services.location.model with parameters of type DevicePositionUpdate Modifier and Type Method Description BatchEvaluateGeofencesRequest.BuilderBatchEvaluateGeofencesRequest.Builder. devicePositionUpdates(DevicePositionUpdate... devicePositionUpdates)Contains device details for each device to be evaluated against the given geofence collection.BatchUpdateDevicePositionRequest.BuilderBatchUpdateDevicePositionRequest.Builder. updates(DevicePositionUpdate... updates)Contains the position update details for each device, up to 10 devices.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type DevicePositionUpdate Modifier and Type Method Description BatchEvaluateGeofencesRequest.BuilderBatchEvaluateGeofencesRequest.Builder. devicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)Contains device details for each device to be evaluated against the given geofence collection.BatchUpdateDevicePositionRequest.BuilderBatchUpdateDevicePositionRequest.Builder. updates(Collection<DevicePositionUpdate> updates)Contains the position update details for each device, up to 10 devices.
-