| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify enables developers to develop and deploy cloud-powered mobile and 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> |
AWSAmplifyAsyncClient.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
Future<UpdateAppResult> |
AWSAmplifyAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates an existing Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest |
UpdateAppRequest.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
UpdateAppRequest |
UpdateAppRequest.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
UpdateAppRequest |
UpdateAppRequest.clone() |
UpdateAppRequest |
UpdateAppRequest.withAccessToken(String accessToken)
The personal access token for a GitHub repository for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withAppId(String appId)
The unique ID for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationConfig(AutoBranchCreationConfig autoBranchCreationConfig)
The automated branch creation configuration for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationPatterns(Collection<String> autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withAutoBranchCreationPatterns(String... autoBranchCreationPatterns)
Describes the automated branch creation glob patterns for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withBasicAuthCredentials(String basicAuthCredentials)
The basic authorization credentials for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withBuildSpec(String buildSpec)
The build specification (build spec) for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withCustomHeaders(String customHeaders)
The custom HTTP headers for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withCustomRules(Collection<CustomRule> customRules)
The custom redirect and rewrite rules for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withCustomRules(CustomRule... customRules)
The custom redirect and rewrite rules for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withDescription(String description)
The description for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withEnableAutoBranchCreation(Boolean enableAutoBranchCreation)
Enables automated branch creation for an 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.withEnableBranchAutoDeletion(Boolean enableBranchAutoDeletion)
Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
|
UpdateAppRequest |
UpdateAppRequest.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withIamServiceRoleArn(String iamServiceRoleArn)
The AWS Identity and Access Management (IAM) service role for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withName(String name)
The name for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withOauthToken(String oauthToken)
The OAuth token for a third-party source control system for an Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withPlatform(Platform platform)
The platform for the Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withPlatform(String platform)
The platform for the Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withRepository(String repository)
The name of the repository for an Amplify app
|
Copyright © 2023. All rights reserved.