Uses of Class
software.amazon.awssdk.services.robomaker.model.DeregisterRobotResponse
-
Packages that use DeregisterRobotResponse Package Description software.amazon.awssdk.services.robomaker This section provides documentation for the AWS RoboMaker API operations. -
-
Uses of DeregisterRobotResponse in software.amazon.awssdk.services.robomaker
Methods in software.amazon.awssdk.services.robomaker that return DeregisterRobotResponse Modifier and Type Method Description default DeregisterRobotResponseRoboMakerClient. deregisterRobot(Consumer<DeregisterRobotRequest.Builder> deregisterRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeregisterRobotResponseRoboMakerClient. deregisterRobot(DeregisterRobotRequest deregisterRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.Methods in software.amazon.awssdk.services.robomaker that return types with arguments of type DeregisterRobotResponse Modifier and Type Method Description default CompletableFuture<DeregisterRobotResponse>RoboMakerAsyncClient. deregisterRobot(Consumer<DeregisterRobotRequest.Builder> deregisterRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default CompletableFuture<DeregisterRobotResponse>RoboMakerAsyncClient. deregisterRobot(DeregisterRobotRequest deregisterRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.
-