| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern 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> |
AWSAmplifyAsync.startDeploymentAsync(StartDeploymentRequest startDeploymentRequest,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler)
Start a deployment for manual deploy apps.
|
Future<StartDeploymentResult> |
AWSAmplifyAsyncClient.startDeploymentAsync(StartDeploymentRequest request,
AsyncHandler<StartDeploymentRequest,StartDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest |
StartDeploymentRequest.clone() |
StartDeploymentRequest |
StartDeploymentRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
StartDeploymentRequest |
StartDeploymentRequest.withBranchName(String branchName)
Name for the branch, for the Job.
|
StartDeploymentRequest |
StartDeploymentRequest.withJobId(String jobId)
The job id for this deployment, generated by create deployment request.
|
StartDeploymentRequest |
StartDeploymentRequest.withSourceUrl(String sourceUrl)
The sourceUrl for this deployment, used when calling start deployment without create deployment.
|
Copyright © 2020. All rights reserved.