| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
GetPositionResult |
AWSIoTWirelessClient.getPosition(GetPositionRequest request)
Get the position information for a given resource.
|
GetPositionResult |
AbstractAWSIoTWireless.getPosition(GetPositionRequest request) |
GetPositionResult |
AWSIoTWireless.getPosition(GetPositionRequest getPositionRequest)
Get the position information for a given resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPositionResult> |
AWSIoTWirelessAsyncClient.getPositionAsync(GetPositionRequest request,
AsyncHandler<GetPositionRequest,GetPositionResult> asyncHandler) |
Future<GetPositionResult> |
AbstractAWSIoTWirelessAsync.getPositionAsync(GetPositionRequest request,
AsyncHandler<GetPositionRequest,GetPositionResult> asyncHandler) |
Future<GetPositionResult> |
AWSIoTWirelessAsync.getPositionAsync(GetPositionRequest getPositionRequest,
AsyncHandler<GetPositionRequest,GetPositionResult> asyncHandler)
Get the position information for a given resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetPositionResult |
GetPositionResult.clone() |
GetPositionResult |
GetPositionResult.withAccuracy(Accuracy accuracy)
The accuracy of the estimated position in meters.
|
GetPositionResult |
GetPositionResult.withPosition(Collection<Float> position)
The position information of the resource.
|
GetPositionResult |
GetPositionResult.withPosition(Float... position)
The position information of the resource.
|
GetPositionResult |
GetPositionResult.withSolverProvider(PositionSolverProvider solverProvider)
The vendor of the positioning solver.
|
GetPositionResult |
GetPositionResult.withSolverProvider(String solverProvider)
The vendor of the positioning solver.
|
GetPositionResult |
GetPositionResult.withSolverType(PositionSolverType solverType)
The type of solver used to identify the position of the resource.
|
GetPositionResult |
GetPositionResult.withSolverType(String solverType)
The type of solver used to identify the position of the resource.
|
GetPositionResult |
GetPositionResult.withSolverVersion(String solverVersion)
The version of the positioning solver.
|
GetPositionResult |
GetPositionResult.withTimestamp(String timestamp)
The timestamp at which the device's position was determined.
|
Copyright © 2022. All rights reserved.