Uses of Class
software.amazon.awssdk.services.robomaker.model.CreateRobotApplicationRequest
-
Packages that use CreateRobotApplicationRequest 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 CreateRobotApplicationRequest in software.amazon.awssdk.services.robomaker
Methods in software.amazon.awssdk.services.robomaker with parameters of type CreateRobotApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateRobotApplicationResponse>RoboMakerAsyncClient. createRobotApplication(CreateRobotApplicationRequest createRobotApplicationRequest)Creates a robot application.default CreateRobotApplicationResponseRoboMakerClient. createRobotApplication(CreateRobotApplicationRequest createRobotApplicationRequest)Creates a robot application. -
Uses of CreateRobotApplicationRequest in software.amazon.awssdk.services.robomaker.transform
Methods in software.amazon.awssdk.services.robomaker.transform with parameters of type CreateRobotApplicationRequest Modifier and Type Method Description SdkHttpFullRequestCreateRobotApplicationRequestMarshaller. marshall(CreateRobotApplicationRequest createRobotApplicationRequest)
-