| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
App |
App.addEnvironmentVariablesEntry(String key,
String value) |
App |
App.addTagsEntry(String key,
String value) |
App |
App.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
App |
App.clearTagsEntries()
Removes all the entries added into Tags.
|
App |
App.clone() |
App |
GetAppResult.getApp() |
App |
UpdateAppResult.getApp()
App structure for the updated App.
|
App |
CreateAppResult.getApp() |
App |
DeleteAppResult.getApp() |
App |
App.withAppArn(String appArn)
ARN for the Amplify App.
|
App |
App.withAppId(String appId)
Unique Id for the Amplify App.
|
App |
App.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation config for the Amplify App.
|
App |
App.withAutoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Automated branch creation glob patterns for the Amplify App.
|
App |
App.withAutoBranchCreationPatterns(String... autoBranchCreationPatterns)
Automated branch creation glob patterns for the Amplify App.
|
App |
App.withBasicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for branches for the Amplify App.
|
App |
App.withBuildSpec(String buildSpec)
BuildSpec content for Amplify App.
|
App |
App.withCreateTime(Date createTime)
Create date / time for the Amplify App.
|
App |
App.withCustomRules(Collection<CustomRule> customRules)
Custom redirect / rewrite rules for the Amplify App.
|
App |
App.withCustomRules(CustomRule... customRules)
Custom redirect / rewrite rules for the Amplify App.
|
App |
App.withDefaultDomain(String defaultDomain)
Default domain for the Amplify App.
|
App |
App.withDescription(String description)
Description for the Amplify App.
|
App |
App.withEnableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for the Amplify App.
|
App |
App.withEnableBasicAuth(Boolean enableBasicAuth)
Enables Basic Authorization for branches for the Amplify App.
|
App |
App.withEnableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables auto-building of branches for the Amplify App.
|
App |
App.withEnvironmentVariables(Map<String,String> environmentVariables)
Environment Variables for the Amplify App.
|
App |
App.withIamServiceRoleArn(String iamServiceRoleArn)
IAM service role ARN for the Amplify App.
|
App |
App.withName(String name)
Name for the Amplify App.
|
App |
App.withPlatform(Platform platform)
Platform for the Amplify App.
|
App |
App.withPlatform(String platform)
Platform for the Amplify App.
|
App |
App.withProductionBranch(ProductionBranch productionBranch)
Structure with Production Branch information.
|
App |
App.withRepository(String repository)
Repository for the Amplify App.
|
App |
App.withTags(Map<String,String> tags)
Tag for Amplify App.
|
App |
App.withUpdateTime(Date updateTime)
Update date / time for the Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
ListAppsResult.getApps()
List of Amplify Apps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppResult.setApp(App app) |
void |
UpdateAppResult.setApp(App app)
App structure for the updated App.
|
void |
CreateAppResult.setApp(App app) |
void |
DeleteAppResult.setApp(App app) |
GetAppResult |
GetAppResult.withApp(App app) |
UpdateAppResult |
UpdateAppResult.withApp(App app)
App structure for the updated App.
|
CreateAppResult |
CreateAppResult.withApp(App app) |
DeleteAppResult |
DeleteAppResult.withApp(App app) |
ListAppsResult |
ListAppsResult.withApps(App... apps)
List of Amplify Apps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setApps(Collection<App> apps)
List of Amplify Apps.
|
ListAppsResult |
ListAppsResult.withApps(Collection<App> apps)
List of Amplify Apps.
|
Copyright © 2019. All rights reserved.