| 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<CreateDeploymentResult> |
AbstractAWSAmplifyAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSAmplifyAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Create a deployment for manual deploy apps.
|
Future<CreateDeploymentResult> |
AWSAmplifyAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.addFileMapEntry(String key,
String value) |
CreateDeploymentRequest |
CreateDeploymentRequest.clearFileMapEntries()
Removes all the entries added into FileMap.
|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withBranchName(String branchName)
Name for the branch, for the Job.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withFileMap(Map<String,String> fileMap)
Optional file map that contains file name as the key and file content md5 hash as the value.
|
Copyright © 2019. All rights reserved.