Uses of Class
software.amazon.awssdk.services.amplify.model.StartDeploymentResponse
-
Packages that use StartDeploymentResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of StartDeploymentResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return StartDeploymentResponse Modifier and Type Method Description default StartDeploymentResponseAmplifyClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment for a manually deployed app.default StartDeploymentResponseAmplifyClient. startDeployment(StartDeploymentRequest startDeploymentRequest)Starts a deployment for a manually deployed app.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type StartDeploymentResponse Modifier and Type Method Description default CompletableFuture<StartDeploymentResponse>AmplifyAsyncClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment for a manually deployed app.default CompletableFuture<StartDeploymentResponse>AmplifyAsyncClient. startDeployment(StartDeploymentRequest startDeploymentRequest)Starts a deployment for a manually deployed app.
-