Uses of Class
software.amazon.awssdk.services.iotroborunner.model.UpdateWorkerRequest
-
Packages that use UpdateWorkerRequest Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.iotroborunner.transform -
-
Uses of UpdateWorkerRequest in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner with parameters of type UpdateWorkerRequest Modifier and Type Method Description default CompletableFuture<UpdateWorkerResponse>IotRoboRunnerAsyncClient. updateWorker(UpdateWorkerRequest updateWorkerRequest)Grants permission to update a workerdefault UpdateWorkerResponseIotRoboRunnerClient. updateWorker(UpdateWorkerRequest updateWorkerRequest)Grants permission to update a worker -
Uses of UpdateWorkerRequest in software.amazon.awssdk.services.iotroborunner.transform
Methods in software.amazon.awssdk.services.iotroborunner.transform with parameters of type UpdateWorkerRequest Modifier and Type Method Description SdkHttpFullRequestUpdateWorkerRequestMarshaller. marshall(UpdateWorkerRequest updateWorkerRequest)
-