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