| 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 |
|---|---|
CreateDeploymentResult |
AbstractAWSAmplify.createDeployment(CreateDeploymentRequest request) |
CreateDeploymentResult |
AWSAmplifyClient.createDeployment(CreateDeploymentRequest request)
Create a deployment for manual deploy apps.
|
CreateDeploymentResult |
AWSAmplify.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Create a deployment for manual deploy apps.
|
| 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 |
|---|---|
CreateDeploymentResult |
CreateDeploymentResult.addFileUploadUrlsEntry(String key,
String value) |
CreateDeploymentResult |
CreateDeploymentResult.clearFileUploadUrlsEntries()
Removes all the entries added into FileUploadUrls.
|
CreateDeploymentResult |
CreateDeploymentResult.clone() |
CreateDeploymentResult |
CreateDeploymentResult.withFileUploadUrls(Map<String,String> fileUploadUrls)
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to
upload url.
|
CreateDeploymentResult |
CreateDeploymentResult.withJobId(String jobId)
The jobId for this deployment, will supply to start deployment api.
|
CreateDeploymentResult |
CreateDeploymentResult.withZipUploadUrl(String zipUploadUrl)
When the fileMap argument is NOT provided.
|
Copyright © 2019. All rights reserved.