| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartDeploymentResult> |
AbstractAWSAmplifyAsync.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AWSAmplifyAsyncClient.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
Future<StartDeploymentResult> |
AWSAmplifyAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler)
Starts a deployment for a manually deployed app.
|
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest |
StartDeploymentRequest.clone() |
StartDeploymentRequest |
StartDeploymentRequest.withAppId(String appId)
The unique ID for an Amplify app.
|
StartDeploymentRequest |
StartDeploymentRequest.withBranchName(String branchName)
The name for the branch, for the job.
|
StartDeploymentRequest |
StartDeploymentRequest.withJobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
|
StartDeploymentRequest |
StartDeploymentRequest.withSourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment.
|
Copyright © 2022. All rights reserved.