Uses of Class
software.amazon.awssdk.services.robomaker.model.DeleteRobotResponse
-
Packages that use DeleteRobotResponse Package Description software.amazon.awssdk.services.robomaker This section provides documentation for the AWS RoboMaker API operations. -
-
Uses of DeleteRobotResponse in software.amazon.awssdk.services.robomaker
Methods in software.amazon.awssdk.services.robomaker that return DeleteRobotResponse Modifier and Type Method Description default DeleteRobotResponseRoboMakerClient. deleteRobot(Consumer<DeleteRobotRequest.Builder> deleteRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default DeleteRobotResponseRoboMakerClient. deleteRobot(DeleteRobotRequest deleteRobotRequest)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 DeleteRobotResponse Modifier and Type Method Description default CompletableFuture<DeleteRobotResponse>RoboMakerAsyncClient. deleteRobot(Consumer<DeleteRobotRequest.Builder> deleteRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default CompletableFuture<DeleteRobotResponse>RoboMakerAsyncClient. deleteRobot(DeleteRobotRequest deleteRobotRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.
-