Uses of Class
software.amazon.awssdk.services.iotroborunner.model.CreateWorkerRequest
-
Packages that use CreateWorkerRequest 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 CreateWorkerRequest in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner with parameters of type CreateWorkerRequest Modifier and Type Method Description default CompletableFuture<CreateWorkerResponse>IotRoboRunnerAsyncClient. createWorker(CreateWorkerRequest createWorkerRequest)Grants permission to create a workerdefault CreateWorkerResponseIotRoboRunnerClient. createWorker(CreateWorkerRequest createWorkerRequest)Grants permission to create a worker -
Uses of CreateWorkerRequest in software.amazon.awssdk.services.iotroborunner.transform
Methods in software.amazon.awssdk.services.iotroborunner.transform with parameters of type CreateWorkerRequest Modifier and Type Method Description SdkHttpFullRequestCreateWorkerRequestMarshaller. marshall(CreateWorkerRequest createWorkerRequest)
-