Uses of Class
software.amazon.awssdk.services.iotroborunner.model.Orientation
-
Packages that use Orientation Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of Orientation in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return Orientation Modifier and Type Method Description static OrientationOrientation. fromDegrees(Double degrees)Create an instance of this class withdegrees()initialized to the given value.OrientationCreateWorkerRequest. orientation()Returns the value of the Orientation property for this object.OrientationGetWorkerResponse. orientation()Returns the value of the Orientation property for this object.OrientationUpdateWorkerRequest. orientation()Returns the value of the Orientation property for this object.OrientationUpdateWorkerResponse. orientation()Returns the value of the Orientation property for this object.OrientationWorker. orientation()Returns the value of the Orientation property for this object.Methods in software.amazon.awssdk.services.iotroborunner.model with parameters of type Orientation Modifier and Type Method Description CreateWorkerRequest.BuilderCreateWorkerRequest.Builder. orientation(Orientation orientation)Sets the value of the Orientation property for this object.GetWorkerResponse.BuilderGetWorkerResponse.Builder. orientation(Orientation orientation)Sets the value of the Orientation property for this object.UpdateWorkerRequest.BuilderUpdateWorkerRequest.Builder. orientation(Orientation orientation)Sets the value of the Orientation property for this object.UpdateWorkerResponse.BuilderUpdateWorkerResponse.Builder. orientation(Orientation orientation)Sets the value of the Orientation property for this object.Worker.BuilderWorker.Builder. orientation(Orientation orientation)Sets the value of the Orientation property for this object.
-