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