| 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 |
CreateBranchResponse.branch()
Branch structure for an Amplify App.
|
Branch |
DeleteBranchResponse.branch()
Branch structure for an Amplify App.
|
Branch |
UpdateBranchResponse.branch()
Branch structure for an Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
ListBranchesResponse.branches()
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.
|
CreateBranchResponse.Builder |
CreateBranchResponse.Builder.branch(Branch branch)
Branch structure for an Amplify App.
|
DeleteBranchResponse.Builder |
DeleteBranchResponse.Builder.branch(Branch branch)
Branch structure for an Amplify App.
|
UpdateBranchResponse.Builder |
UpdateBranchResponse.Builder.branch(Branch branch)
Branch structure for an Amplify App.
|
ListBranchesResponse.Builder |
ListBranchesResponse.Builder.branches(Branch... branches)
List of branches for an Amplify App.
|
| Modifier and Type | Method and Description |
|---|---|
ListBranchesResponse.Builder |
ListBranchesResponse.Builder.branches(Collection<Branch> branches)
List of branches for an Amplify App.
|
Copyright © 2019. All rights reserved.