| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAppResult> |
AbstractAWSAmplifyAsync.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
Future<UpdateAppResult> |
AWSAmplifyAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates an existing Amplify App.
|
Future<UpdateAppResult> |
AWSAmplifyAsyncClient.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest |
UpdateAppRequest.addEnvironmentVariablesEntry(String key,
String value) |
UpdateAppRequest |
UpdateAppRequest.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
UpdateAppRequest |
UpdateAppRequest.clone() |
UpdateAppRequest |
UpdateAppRequest.withAccessToken(String accessToken)
Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and
read-only deploy key.
|
UpdateAppRequest |
UpdateAppRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
Automated branch creation branchConfig for the Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Automated branch creation glob patterns for the Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationPatterns(String... autoBranchCreationPatterns)
Automated branch creation glob patterns for the Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withBasicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withBuildSpec(String buildSpec)
BuildSpec for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withCustomRules(Collection<CustomRule> customRules)
Custom redirect / rewrite rules for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withCustomRules(CustomRule... customRules)
Custom redirect / rewrite rules for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withDescription(String description)
Description for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withEnableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for the Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withEnableBasicAuth(Boolean enableBasicAuth)
Enables Basic Authorization for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withEnableBranchAutoBuild(Boolean enableBranchAutoBuild)
Enables branch auto-building for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withEnvironmentVariables(Map<String,String> environmentVariables)
Environment Variables for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withIamServiceRoleArn(String iamServiceRoleArn)
IAM service role for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withName(String name)
Name for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withOauthToken(String oauthToken)
OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy
key.
|
UpdateAppRequest |
UpdateAppRequest.withPlatform(Platform platform)
Platform for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withPlatform(String platform)
Platform for an Amplify App.
|
UpdateAppRequest |
UpdateAppRequest.withRepository(String repository)
Repository for an Amplify App
|
Copyright © 2019. All rights reserved.