| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Branch |
Branch.addEnvironmentVariablesEntry(String key,
String value) |
Branch |
Branch.addTagsEntry(String key,
String value) |
Branch |
Branch.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
Branch |
Branch.clearTagsEntries()
Removes all the entries added into Tags.
|
Branch |
Branch.clone() |
Branch |
UpdateBranchResult.getBranch()
Branch structure for an Amplify App.
|
Branch |
GetBranchResult.getBranch() |
Branch |
CreateBranchResult.getBranch()
Branch structure for an Amplify App.
|
Branch |
DeleteBranchResult.getBranch()
Branch structure for an Amplify App.
|
Branch |
Branch.withActiveJobId(String activeJobId)
Id of the active job for a branch, part of an Amplify App.
|
Branch |
Branch.withBasicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for a branch, part of an Amplify App.
|
Branch |
Branch.withBranchArn(String branchArn)
ARN for a branch, part of an Amplify App.
|
Branch |
Branch.withBranchName(String branchName)
Name for a branch, part of an Amplify App.
|
Branch |
Branch.withBuildSpec(String buildSpec)
BuildSpec content for branch for Amplify App.
|
Branch |
Branch.withCreateTime(Date createTime)
Creation date and time for a branch, part of an Amplify App.
|
Branch |
Branch.withCustomDomains(Collection<String> customDomains)
Custom domains for a branch, part of an Amplify App.
|
Branch |
Branch.withCustomDomains(String... customDomains)
Custom domains for a branch, part of an Amplify App.
|
Branch |
Branch.withDescription(String description)
Description for a branch, part of an Amplify App.
|
Branch |
Branch.withDisplayName(String displayName)
Display name for a branch, part of an Amplify App.
|
Branch |
Branch.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto-building on push for a branch, part of an Amplify App.
|
Branch |
Branch.withEnableBasicAuth(Boolean enableBasicAuth)
Enables Basic Authorization for a branch, part of an Amplify App.
|
Branch |
Branch.withEnableNotification(Boolean enableNotification)
Enables notifications for a branch, part of an Amplify App.
|
Branch |
Branch.withEnvironmentVariables(Map<String,String> environmentVariables)
Environment Variables specific to a branch, part of an Amplify App.
|
Branch |
Branch.withFramework(String framework)
Framework for a branch, part of an Amplify App.
|
Branch |
Branch.withStage(Stage stage)
Stage for a branch, part of an Amplify App.
|
Branch |
Branch.withStage(String stage)
Stage for a branch, part of an Amplify App.
|
Branch |
Branch.withTags(Map<String,String> tags)
Tag for branch for Amplify App.
|
Branch |
Branch.withThumbnailUrl(String thumbnailUrl)
Thumbnail Url for the branch.
|
Branch |
Branch.withTotalNumberOfJobs(String totalNumberOfJobs)
Total number of Jobs part of an Amplify App.
|
Branch |
Branch.withTtl(String ttl)
The content TTL for the website in seconds.
|
Branch |
Branch.withUpdateTime(Date updateTime)
Last updated date and time for a branch, part of an Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
ListBranchesResult.getBranches()
List of branches for an Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBranchResult.setBranch(Branch branch)
Branch structure for an Amplify App.
|
void |
GetBranchResult.setBranch(Branch branch) |
void |
CreateBranchResult.setBranch(Branch branch)
Branch structure for an Amplify App.
|
void |
DeleteBranchResult.setBranch(Branch branch)
Branch structure for an Amplify App.
|
UpdateBranchResult |
UpdateBranchResult.withBranch(Branch branch)
Branch structure for an Amplify App.
|
GetBranchResult |
GetBranchResult.withBranch(Branch branch) |
CreateBranchResult |
CreateBranchResult.withBranch(Branch branch)
Branch structure for an Amplify App.
|
DeleteBranchResult |
DeleteBranchResult.withBranch(Branch branch)
Branch structure for an Amplify App.
|
ListBranchesResult |
ListBranchesResult.withBranches(Branch... branches)
List of branches for an Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBranchesResult.setBranches(Collection<Branch> branches)
List of branches for an Amplify App.
|
ListBranchesResult |
ListBranchesResult.withBranches(Collection<Branch> branches)
List of branches for an Amplify App.
|
Copyright © 2018. All rights reserved.