Uses of Class
software.amazon.awssdk.services.iotroborunner.model.PositionCoordinates
-
Packages that use PositionCoordinates Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of PositionCoordinates in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return PositionCoordinates Modifier and Type Method Description static PositionCoordinatesPositionCoordinates. fromCartesianCoordinates(Consumer<CartesianCoordinates.Builder> cartesianCoordinates)Create an instance of this class withcartesianCoordinates()initialized to the given value.static PositionCoordinatesPositionCoordinates. fromCartesianCoordinates(CartesianCoordinates cartesianCoordinates)Create an instance of this class withcartesianCoordinates()initialized to the given value.PositionCoordinatesCreateWorkerRequest. position()Returns the value of the Position property for this object.PositionCoordinatesGetWorkerResponse. position()Returns the value of the Position property for this object.PositionCoordinatesUpdateWorkerRequest. position()Returns the value of the Position property for this object.PositionCoordinatesUpdateWorkerResponse. position()Returns the value of the Position property for this object.PositionCoordinatesWorker. position()Returns the value of the Position property for this object.Methods in software.amazon.awssdk.services.iotroborunner.model with parameters of type PositionCoordinates Modifier and Type Method Description CreateWorkerRequest.BuilderCreateWorkerRequest.Builder. position(PositionCoordinates position)Sets the value of the Position property for this object.GetWorkerResponse.BuilderGetWorkerResponse.Builder. position(PositionCoordinates position)Sets the value of the Position property for this object.UpdateWorkerRequest.BuilderUpdateWorkerRequest.Builder. position(PositionCoordinates position)Sets the value of the Position property for this object.UpdateWorkerResponse.BuilderUpdateWorkerResponse.Builder. position(PositionCoordinates position)Sets the value of the Position property for this object.Worker.BuilderWorker.Builder. position(PositionCoordinates position)Sets the value of the Position property for this object.
-