| 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 |
|---|---|
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) |
UpdateBranchRequest |
UpdateBranchRequest.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
UpdateBranchRequest |
UpdateBranchRequest.clone() |
UpdateBranchRequest |
UpdateBranchRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
UpdateBranchRequest |
UpdateBranchRequest.withBasicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withBranchName(String branchName)
Name for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withBuildSpec(String buildSpec)
BuildSpec for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withDescription(String description)
Description for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withEnableBasicAuth(Boolean enableBasicAuth)
Enables Basic Auth for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withEnableNotification(Boolean enableNotification)
Enables notifications for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withEnvironmentVariables(Map<String,String> environmentVariables)
Environment Variables for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withFramework(String framework)
Framework for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withStage(Stage stage)
Stage for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withStage(String stage)
Stage for the branch.
|
UpdateBranchRequest |
UpdateBranchRequest.withTtl(String ttl)
The content TTL for the website in seconds.
|
Copyright © 2019. All rights reserved.