| 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<CreateBranchResult> |
AWSAmplifyAsyncClient.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
Future<CreateBranchResult> |
AbstractAWSAmplifyAsync.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
Future<CreateBranchResult> |
AWSAmplifyAsync.createBranchAsync(CreateBranchRequest createBranchRequest,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler)
Creates a new branch for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBranchRequest |
CreateBranchRequest.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
CreateBranchRequest |
CreateBranchRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateBranchRequest |
CreateBranchRequest.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
CreateBranchRequest |
CreateBranchRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateBranchRequest |
CreateBranchRequest.clone() |
CreateBranchRequest |
CreateBranchRequest.withAppId(String appId)
The unique ID for an Amplify app.
|
CreateBranchRequest |
CreateBranchRequest.withBackend(Backend backend)
The backend for a
Branch of an Amplify app. |
CreateBranchRequest |
CreateBranchRequest.withBackendEnvironmentArn(String backendEnvironmentArn)
The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.
|
CreateBranchRequest |
CreateBranchRequest.withBasicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withBranchName(String branchName)
The name for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withBuildSpec(String buildSpec)
The build specification (build spec) for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withDescription(String description)
The description for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withDisplayName(String displayName)
The display name for a branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnableNotification(Boolean enableNotification)
Enables notifications for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnablePerformanceMode(Boolean enablePerformanceMode)
Enables performance mode for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnablePullRequestPreview(Boolean enablePullRequestPreview)
Enables pull request previews for this branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withFramework(String framework)
The framework for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withPullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify environment name for the pull request.
|
CreateBranchRequest |
CreateBranchRequest.withStage(Stage stage)
Describes the current stage for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withStage(String stage)
Describes the current stage for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withTags(Map<String,String> tags)
The tag for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withTtl(String ttl)
The content Time To Live (TTL) for the website in seconds.
|
Copyright © 2025. All rights reserved.