| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default StartDeploymentResponse |
AmplifyClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment for a manually deployed app.
|
default CompletableFuture<StartDeploymentResponse> |
AmplifyAsyncClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment for a manually deployed app.
|
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.appId(String appId)
The unique ID for an Amplify app.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.branchName(String branchName)
The 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 the 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 source URL 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 © 2022. All rights reserved.