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