Uses of Class
software.amazon.awssdk.services.apprunner.model.StartDeploymentRequest
-
Packages that use StartDeploymentRequest Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.transform -
-
Uses of StartDeploymentRequest in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner with parameters of type StartDeploymentRequest Modifier and Type Method Description default CompletableFuture<StartDeploymentResponse>AppRunnerAsyncClient. startDeployment(StartDeploymentRequest startDeploymentRequest)Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.default StartDeploymentResponseAppRunnerClient. startDeployment(StartDeploymentRequest startDeploymentRequest)Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service. -
Uses of StartDeploymentRequest in software.amazon.awssdk.services.apprunner.transform
Methods in software.amazon.awssdk.services.apprunner.transform with parameters of type StartDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestStartDeploymentRequestMarshaller. marshall(StartDeploymentRequest startDeploymentRequest)
-