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