Uses of Class
software.amazon.awssdk.services.robomaker.model.CreateRobotApplicationVersionResponse
-
Packages that use CreateRobotApplicationVersionResponse Package Description software.amazon.awssdk.services.robomaker This section provides documentation for the AWS RoboMaker API operations. -
-
Uses of CreateRobotApplicationVersionResponse in software.amazon.awssdk.services.robomaker
Methods in software.amazon.awssdk.services.robomaker that return CreateRobotApplicationVersionResponse Modifier and Type Method Description default CreateRobotApplicationVersionResponseRoboMakerClient. createRobotApplicationVersion(Consumer<CreateRobotApplicationVersionRequest.Builder> createRobotApplicationVersionRequest)Creates a version of a robot application.default CreateRobotApplicationVersionResponseRoboMakerClient. createRobotApplicationVersion(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest)Creates a version of a robot application.Methods in software.amazon.awssdk.services.robomaker that return types with arguments of type CreateRobotApplicationVersionResponse Modifier and Type Method Description default CompletableFuture<CreateRobotApplicationVersionResponse>RoboMakerAsyncClient. createRobotApplicationVersion(Consumer<CreateRobotApplicationVersionRequest.Builder> createRobotApplicationVersionRequest)Creates a version of a robot application.default CompletableFuture<CreateRobotApplicationVersionResponse>RoboMakerAsyncClient. createRobotApplicationVersion(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest)Creates a version of a robot application.
-