| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
default StartDeploymentResponse |
AmplifyClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Start a deployment for manual deploy apps.
|
default CompletableFuture<StartDeploymentResponse> |
AmplifyAsyncClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Start a deployment for manual deploy apps.
|
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.appId(String appId)
Unique Id for an Amplify App.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.branchName(String branchName)
Name for the branch, for the Job.
|
static StartDeploymentRequest.Builder |
StartDeploymentRequest.builder() |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.jobId(String jobId)
The job id for this deployment, generated by create deployment request.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.sourceUrl(String sourceUrl)
The sourceUrl for this deployment, used when calling start deployment without create deployment.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDeploymentRequest.Builder> |
StartDeploymentRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.