| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
AutoBranchCreationConfig |
AutoBranchCreationConfig.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.clone() |
AutoBranchCreationConfig |
App.getAutoBranchCreationConfig()
Describes the automated branch creation configuration for the Amplify app.
|
AutoBranchCreationConfig |
CreateAppRequest.getAutoBranchCreationConfig()
The automated branch creation configuration for an Amplify app.
|
AutoBranchCreationConfig |
UpdateAppRequest.getAutoBranchCreationConfig()
The automated branch creation configuration for an Amplify app.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withBasicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withBuildSpec(String buildSpec)
The build specification (build spec) for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnableBasicAuth(Boolean enableBasicAuth)
Enables basic authorization for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnablePerformanceMode(Boolean enablePerformanceMode)
Enables performance mode for the branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnablePullRequestPreview(Boolean enablePullRequestPreview)
Enables pull request previews for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withFramework(String framework)
The framework for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withPullRequestEnvironmentName(String pullRequestEnvironmentName)
The Amplify environment name for the pull request.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withStage(Stage stage)
Describes the current stage for the autocreated branch.
|
AutoBranchCreationConfig |
AutoBranchCreationConfig.withStage(String stage)
Describes the current stage for the autocreated branch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
App.setAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Describes the automated branch creation configuration for the Amplify app.
|
void |
CreateAppRequest.setAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
void |
UpdateAppRequest.setAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
App |
App.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Describes the automated branch creation configuration for the Amplify app.
|
CreateAppRequest |
CreateAppRequest.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
Copyright © 2022. All rights reserved.