| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
App |
App.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
App |
App.addTagsEntry(String key,
String value)
Add a single Tags entry
|
App |
App.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
App |
App.clearTagsEntries()
Removes all the entries added into Tags.
|
App |
App.clone() |
App |
UpdateAppResult.getApp()
Represents the updated Amplify app.
|
App |
GetAppResult.getApp() |
App |
DeleteAppResult.getApp() |
App |
CreateAppResult.getApp() |
App |
App.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Amplify app.
|
App |
App.withAppId(String appId)
The unique ID of the Amplify app.
|
App |
App.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Describes the automated branch creation configuration for the Amplify app.
|
App |
App.withAutoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for the Amplify app.
|
App |
App.withAutoBranchCreationPatterns(String... autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for the Amplify app.
|
App |
App.withBasicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for branches for the Amplify app.
|
App |
App.withBuildSpec(String buildSpec)
Describes the content of the build specification (build spec) for the Amplify app.
|
App |
App.withCreateTime(Date createTime)
Creates a date and time for the Amplify app.
|
App |
App.withCustomHeaders(String customHeaders)
Describes the custom HTTP headers for the Amplify app.
|
App |
App.withCustomRules(Collection<CustomRule> customRules)
Describes the custom redirect and rewrite rules for the Amplify app.
|
App |
App.withCustomRules(CustomRule... customRules)
Describes the custom redirect and rewrite rules for the Amplify app.
|
App |
App.withDefaultDomain(String defaultDomain)
The default domain for the Amplify app.
|
App |
App.withDescription(String description)
The 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 the Amplify app's branches.
|
App |
App.withEnableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables the auto-building of branches for the Amplify app.
|
App |
App.withEnableBranchAutoDeletion(Boolean enableBranchAutoDeletion)
Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository.
|
App |
App.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the Amplify app.
|
App |
App.withIamServiceRoleArn(String iamServiceRoleArn)
The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app.
|
App |
App.withName(String name)
The name for the Amplify app.
|
App |
App.withPlatform(Platform platform)
The platform for the Amplify app.
|
App |
App.withPlatform(String platform)
The platform for the Amplify app.
|
App |
App.withProductionBranch(ProductionBranch productionBranch)
Describes the information about a production branch of the Amplify app.
|
App |
App.withRepository(String repository)
The Git repository for the Amplify app.
|
App |
App.withRepositoryCloneMethod(RepositoryCloneMethod repositoryCloneMethod)
|
App |
App.withRepositoryCloneMethod(String repositoryCloneMethod)
|
App |
App.withTags(Map<String,String> tags)
The tag for the Amplify app.
|
App |
App.withUpdateTime(Date updateTime)
Updates the date and time for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
ListAppsResult.getApps()
A list of Amplify apps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAppResult.setApp(App app)
Represents the updated Amplify app.
|
void |
GetAppResult.setApp(App app) |
void |
DeleteAppResult.setApp(App app) |
void |
CreateAppResult.setApp(App app) |
UpdateAppResult |
UpdateAppResult.withApp(App app)
Represents the updated Amplify app.
|
GetAppResult |
GetAppResult.withApp(App app) |
DeleteAppResult |
DeleteAppResult.withApp(App app) |
CreateAppResult |
CreateAppResult.withApp(App app) |
ListAppsResult |
ListAppsResult.withApps(App... apps)
A list of Amplify apps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setApps(Collection<App> apps)
A list of Amplify apps.
|
ListAppsResult |
ListAppsResult.withApps(Collection<App> apps)
A list of Amplify apps.
|
Copyright © 2022. All rights reserved.