| 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<CreateDeploymentResult> |
AWSAmplifyAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSAmplifyAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a deployment for a manually deployed Amplify app.
|
Future<CreateDeploymentResult> |
AbstractAWSAmplifyAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.addFileMapEntry(String key,
String value)
Add a single FileMap entry
|
CreateDeploymentRequest |
CreateDeploymentRequest.clearFileMapEntries()
Removes all the entries added into FileMap.
|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withAppId(String appId)
The unique ID for an Amplify app.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withBranchName(String branchName)
The name for the branch, for the job.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withFileMap(Map<String,String> fileMap)
An optional file map that contains the file name as the key and the file content md5 hash as the value.
|
Copyright © 2023. All rights reserved.