| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
AutoBranchCreationConfig |
AutoBranchCreationConfig.addEnvironmentVariablesEntry(String key,
String value) |
AutoBranchCreationConfig |
AutoBranchCreationConfig.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.clone() |
AutoBranchCreationConfig |
App.getAutoBranchCreationConfig()
Automated branch creation config for the Amplify App.
|
AutoBranchCreationConfig |
CreateAppRequest.getAutoBranchCreationConfig()
Automated branch creation config for the Amplify App.
|
AutoBranchCreationConfig |
UpdateAppRequest.getAutoBranchCreationConfig()
Automated branch creation branchConfig for the Amplify App.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withBasicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withBuildSpec(String buildSpec)
BuildSpec for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnableBasicAuth(Boolean enableBasicAuth)
Enables Basic Auth for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnablePullRequestPreview(Boolean enablePullRequestPreview)
Enables Pull Request Preview for auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnvironmentVariables(Map<String,String> environmentVariables)
Environment Variables for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withFramework(String framework)
Framework for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withPullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify Environment name for the pull request.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withStage(Stage stage)
Stage for the auto created branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withStage(String stage)
Stage for the auto created branch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
App.setAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation config for the Amplify App.
|
void |
CreateAppRequest.setAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation config for the Amplify App.
|
void |
UpdateAppRequest.setAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation branchConfig for the Amplify App.
|
App |
App.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation config for the Amplify App.
|
CreateAppRequest |
CreateAppRequest.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation config for the Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation branchConfig for the Amplify App.
|
Copyright © 2020. All rights reserved.