Uses of Class
software.amazon.awssdk.services.apprunner.model.StartDeploymentResponse
-
Packages that use StartDeploymentResponse Package Description software.amazon.awssdk.services.apprunner App Runner -
-
Uses of StartDeploymentResponse in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner that return StartDeploymentResponse Modifier and Type Method Description default StartDeploymentResponseAppRunnerClient. startDeployment(Consumer<StartDeploymentRequest.Builder> 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.Methods in software.amazon.awssdk.services.apprunner that return types with arguments of type StartDeploymentResponse Modifier and Type Method Description default CompletableFuture<StartDeploymentResponse>AppRunnerAsyncClient. startDeployment(Consumer<StartDeploymentRequest.Builder> 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 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.
-