| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionBranch |
ProductionBranch.clone() |
ProductionBranch |
App.getProductionBranch()
Describes the information about a production branch of the Amplify app.
|
ProductionBranch |
ProductionBranch.withBranchName(String branchName)
The branch name for the production branch.
|
ProductionBranch |
ProductionBranch.withLastDeployTime(Date lastDeployTime)
The last deploy time of the production branch.
|
ProductionBranch |
ProductionBranch.withStatus(String status)
The status of the production branch.
|
ProductionBranch |
ProductionBranch.withThumbnailUrl(String thumbnailUrl)
The thumbnail URL for the production branch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
App.setProductionBranch(ProductionBranch productionBranch)
Describes the information about a production branch of the Amplify app.
|
App |
App.withProductionBranch(ProductionBranch productionBranch)
Describes the information about a production branch of the Amplify app.
|
Copyright © 2024. All rights reserved.