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