| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Branch |
GetBranchResponse.branch()
Returns the value of the Branch property for this object.
|
Branch |
UpdateBranchResponse.branch()
The branch for an Amplify app, which maps to a third-party repository branch.
|
Branch |
CreateBranchResponse.branch()
Describes the branch for an Amplify app, which maps to a third-party repository branch.
|
Branch |
DeleteBranchResponse.branch()
The branch for an Amplify app, which maps to a third-party repository branch.
|
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
ListBranchesResponse.branches()
A list of branches for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
GetBranchResponse.Builder |
GetBranchResponse.Builder.branch(Branch branch)
Sets the value of the Branch property for this object.
|
UpdateBranchResponse.Builder |
UpdateBranchResponse.Builder.branch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
CreateBranchResponse.Builder |
CreateBranchResponse.Builder.branch(Branch branch)
Describes the branch for an Amplify app, which maps to a third-party repository branch.
|
DeleteBranchResponse.Builder |
DeleteBranchResponse.Builder.branch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
ListBranchesResponse.Builder |
ListBranchesResponse.Builder.branches(Branch... branches)
A list of branches for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListBranchesResponse.Builder |
ListBranchesResponse.Builder.branches(Collection<Branch> branches)
A list of branches for an Amplify app.
|
Copyright © 2023. All rights reserved.