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