Uses of Class
software.amazon.awssdk.services.iotroborunner.model.VendorProperties
-
Packages that use VendorProperties Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of VendorProperties in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return VendorProperties Modifier and Type Method Description VendorPropertiesCreateWorkerRequest. vendorProperties()Returns the value of the VendorProperties property for this object.VendorPropertiesGetWorkerResponse. vendorProperties()Returns the value of the VendorProperties property for this object.VendorPropertiesUpdateWorkerRequest. vendorProperties()Returns the value of the VendorProperties property for this object.VendorPropertiesUpdateWorkerResponse. vendorProperties()Returns the value of the VendorProperties property for this object.VendorPropertiesWorker. vendorProperties()Returns the value of the VendorProperties property for this object.Methods in software.amazon.awssdk.services.iotroborunner.model with parameters of type VendorProperties Modifier and Type Method Description CreateWorkerRequest.BuilderCreateWorkerRequest.Builder. vendorProperties(VendorProperties vendorProperties)Sets the value of the VendorProperties property for this object.GetWorkerResponse.BuilderGetWorkerResponse.Builder. vendorProperties(VendorProperties vendorProperties)Sets the value of the VendorProperties property for this object.UpdateWorkerRequest.BuilderUpdateWorkerRequest.Builder. vendorProperties(VendorProperties vendorProperties)Sets the value of the VendorProperties property for this object.UpdateWorkerResponse.BuilderUpdateWorkerResponse.Builder. vendorProperties(VendorProperties vendorProperties)Sets the value of the VendorProperties property for this object.Worker.BuilderWorker.Builder. vendorProperties(VendorProperties vendorProperties)Sets the value of the VendorProperties property for this object.
-