| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDeploymentResponse> |
AmplifyAsyncClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Creates a deployment for a manually deployed Amplify app.
|
default CreateDeploymentResponse |
AmplifyClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Creates a deployment for a manually deployed Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.appId(String appId)
The unique ID for an Amplify app.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.branchName(String branchName)
The name for the branch, for the job.
|
static CreateDeploymentRequest.Builder |
CreateDeploymentRequest.builder() |
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.fileMap(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.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeploymentRequest.Builder> |
CreateDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.