Uses of Class
software.amazon.awssdk.services.iotroborunner.model.GetWorkerResponse
-
Packages that use GetWorkerResponse Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of GetWorkerResponse in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner that return GetWorkerResponse Modifier and Type Method Description default GetWorkerResponseIotRoboRunnerClient. getWorker(Consumer<GetWorkerRequest.Builder> getWorkerRequest)Grants permission to get a workerdefault GetWorkerResponseIotRoboRunnerClient. getWorker(GetWorkerRequest getWorkerRequest)Grants permission to get a workerMethods in software.amazon.awssdk.services.iotroborunner that return types with arguments of type GetWorkerResponse Modifier and Type Method Description default CompletableFuture<GetWorkerResponse>IotRoboRunnerAsyncClient. getWorker(Consumer<GetWorkerRequest.Builder> getWorkerRequest)Grants permission to get a workerdefault CompletableFuture<GetWorkerResponse>IotRoboRunnerAsyncClient. getWorker(GetWorkerRequest getWorkerRequest)Grants permission to get a worker
-