| 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<CreateBranchResult> |
AWSAmplifyAsyncClient.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
Future<CreateBranchResult> |
AbstractAWSAmplifyAsync.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
Future<CreateBranchResult> |
AWSAmplifyAsync.createBranchAsync(CreateBranchRequest createBranchRequest,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler)
Creates a new Branch for an Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBranchRequest |
CreateBranchRequest.addEnvironmentVariablesEntry(String key,
String value) |
CreateBranchRequest |
CreateBranchRequest.addTagsEntry(String key,
String value) |
CreateBranchRequest |
CreateBranchRequest.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
CreateBranchRequest |
CreateBranchRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateBranchRequest |
CreateBranchRequest.clone() |
CreateBranchRequest |
CreateBranchRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
CreateBranchRequest |
CreateBranchRequest.withBasicAuthCredentials(String basicAuthCredentials)
Basic Authorization credentials for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withBranchName(String branchName)
Name for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withBuildSpec(String buildSpec)
BuildSpec for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withDescription(String description)
Description for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnableBasicAuth(Boolean enableBasicAuth)
Enables Basic Auth for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnableNotification(Boolean enableNotification)
Enables notifications for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withEnvironmentVariables(Map<String,String> environmentVariables)
Environment Variables for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withFramework(String framework)
Framework for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withStage(Stage stage)
Stage for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withStage(String stage)
Stage for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withTags(Map<String,String> tags)
Tag for the branch.
|
CreateBranchRequest |
CreateBranchRequest.withTtl(String ttl)
The content TTL for the website in seconds.
|
Copyright © 2019. All rights reserved.