Uses of Class
software.amazon.awssdk.services.location.model.DevicePosition
-
Packages that use DevicePosition Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of DevicePosition in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type DevicePosition Modifier and Type Method Description List<DevicePosition>BatchGetDevicePositionResponse. devicePositions()Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.List<DevicePosition>GetDevicePositionHistoryResponse. devicePositions()Contains the position history details for the requested device.Methods in software.amazon.awssdk.services.location.model with parameters of type DevicePosition Modifier and Type Method Description BatchGetDevicePositionResponse.BuilderBatchGetDevicePositionResponse.Builder. devicePositions(DevicePosition... devicePositions)Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.GetDevicePositionHistoryResponse.BuilderGetDevicePositionHistoryResponse.Builder. devicePositions(DevicePosition... devicePositions)Contains the position history details for the requested device.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type DevicePosition Modifier and Type Method Description BatchGetDevicePositionResponse.BuilderBatchGetDevicePositionResponse.Builder. devicePositions(Collection<DevicePosition> devicePositions)Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.GetDevicePositionHistoryResponse.BuilderGetDevicePositionHistoryResponse.Builder. devicePositions(Collection<DevicePosition> devicePositions)Contains the position history details for the requested device. -
Uses of DevicePosition in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type DevicePosition Modifier and Type Method Description SdkIterable<DevicePosition>GetDevicePositionHistoryIterable. devicePositions()Returns an iterable to iterate through the paginatedGetDevicePositionHistoryResponse.devicePositions()member.SdkPublisher<DevicePosition>GetDevicePositionHistoryPublisher. devicePositions()Returns a publisher that can be used to get a stream of data.
-