| 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)
Deprecated.
|
GetPositionResult |
AWSIoTWireless.getPosition(GetPositionRequest getPositionRequest)
Deprecated.
|
GetPositionResult |
AbstractAWSIoTWireless.getPosition(GetPositionRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPositionResult> |
AbstractAWSIoTWirelessAsync.getPositionAsync(GetPositionRequest request,
AsyncHandler<GetPositionRequest,GetPositionResult> asyncHandler)
Deprecated.
|
Future<GetPositionResult> |
AWSIoTWirelessAsyncClient.getPositionAsync(GetPositionRequest request,
AsyncHandler<GetPositionRequest,GetPositionResult> asyncHandler)
Deprecated.
|
Future<GetPositionResult> |
AWSIoTWirelessAsync.getPositionAsync(GetPositionRequest getPositionRequest,
AsyncHandler<GetPositionRequest,GetPositionResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GetPositionResult |
GetPositionResult.clone()
Deprecated.
|
GetPositionResult |
GetPositionResult.withAccuracy(Accuracy accuracy)
Deprecated.
The accuracy of the estimated position in meters.
|
GetPositionResult |
GetPositionResult.withPosition(Collection<Float> position)
Deprecated.
The position information of the resource.
|
GetPositionResult |
GetPositionResult.withPosition(Float... position)
Deprecated.
The position information of the resource.
|
GetPositionResult |
GetPositionResult.withSolverProvider(PositionSolverProvider solverProvider)
Deprecated.
The vendor of the positioning solver.
|
GetPositionResult |
GetPositionResult.withSolverProvider(String solverProvider)
Deprecated.
The vendor of the positioning solver.
|
GetPositionResult |
GetPositionResult.withSolverType(PositionSolverType solverType)
Deprecated.
The type of solver used to identify the position of the resource.
|
GetPositionResult |
GetPositionResult.withSolverType(String solverType)
Deprecated.
The type of solver used to identify the position of the resource.
|
GetPositionResult |
GetPositionResult.withSolverVersion(String solverVersion)
Deprecated.
The version of the positioning solver.
|
GetPositionResult |
GetPositionResult.withTimestamp(String timestamp)
Deprecated.
The timestamp at which the device's position was determined.
|
Copyright © 2024. All rights reserved.