| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
static PositionCoordinates |
PositionCoordinates.fromCartesianCoordinates(CartesianCoordinates cartesianCoordinates)
Create an instance of this class with
cartesianCoordinates() initialized to the given value. |
static PositionCoordinates |
PositionCoordinates.fromCartesianCoordinates(Consumer<CartesianCoordinates.Builder> cartesianCoordinates)
Create an instance of this class with
cartesianCoordinates() initialized to the given value. |
PositionCoordinates |
UpdateWorkerRequest.position()
Returns the value of the Position property for this object.
|
PositionCoordinates |
UpdateWorkerResponse.position()
Returns the value of the Position property for this object.
|
PositionCoordinates |
GetWorkerResponse.position()
Returns the value of the Position property for this object.
|
PositionCoordinates |
Worker.position()
Returns the value of the Position property for this object.
|
PositionCoordinates |
CreateWorkerRequest.position()
Returns the value of the Position property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkerRequest.Builder |
UpdateWorkerRequest.Builder.position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
UpdateWorkerResponse.Builder |
UpdateWorkerResponse.Builder.position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
GetWorkerResponse.Builder |
GetWorkerResponse.Builder.position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
Worker.Builder |
Worker.Builder.position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
CreateWorkerRequest.Builder |
CreateWorkerRequest.Builder.position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
Copyright © 2023. All rights reserved.