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