| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| Modifier and Type | Method and Description |
|---|---|
default StartDeploymentResponse |
AmplifyClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Start a deployment for manual deploy apps.
|
default StartDeploymentResponse |
AmplifyClient.startDeployment(StartDeploymentRequest startDeploymentRequest)
Start a deployment for manual deploy apps.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDeploymentResponse> |
AmplifyAsyncClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Start a deployment for manual deploy apps.
|
default CompletableFuture<StartDeploymentResponse> |
AmplifyAsyncClient.startDeployment(StartDeploymentRequest startDeploymentRequest)
Start a deployment for manual deploy apps.
|
Copyright © 2020. All rights reserved.