Uses of Class
software.amazon.awssdk.services.amplify.model.Branch
-
Packages that use Branch Package Description software.amazon.awssdk.services.amplify.model software.amazon.awssdk.services.amplify.paginators -
-
Uses of Branch in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return Branch Modifier and Type Method Description BranchCreateBranchResponse. branch()Describes the branch for an Amplify app, which maps to a third-party repository branch.BranchDeleteBranchResponse. branch()The branch for an Amplify app, which maps to a third-party repository branch.BranchGetBranchResponse. branch()Returns the value of the Branch property for this object.BranchUpdateBranchResponse. branch()The branch for an Amplify app, which maps to a third-party repository branch.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type Branch Modifier and Type Method Description List<Branch>ListBranchesResponse. branches()A list of branches for an Amplify app.Methods in software.amazon.awssdk.services.amplify.model with parameters of type Branch Modifier and Type Method Description CreateBranchResponse.BuilderCreateBranchResponse.Builder. branch(Branch branch)Describes the branch for an Amplify app, which maps to a third-party repository branch.DeleteBranchResponse.BuilderDeleteBranchResponse.Builder. branch(Branch branch)The branch for an Amplify app, which maps to a third-party repository branch.GetBranchResponse.BuilderGetBranchResponse.Builder. branch(Branch branch)Sets the value of the Branch property for this object.UpdateBranchResponse.BuilderUpdateBranchResponse.Builder. branch(Branch branch)The branch for an Amplify app, which maps to a third-party repository branch.ListBranchesResponse.BuilderListBranchesResponse.Builder. branches(Branch... branches)A list of branches for an Amplify app.Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type Branch Modifier and Type Method Description ListBranchesResponse.BuilderListBranchesResponse.Builder. branches(Collection<Branch> branches)A list of branches for an Amplify app. -
Uses of Branch in software.amazon.awssdk.services.amplify.paginators
Methods in software.amazon.awssdk.services.amplify.paginators that return types with arguments of type Branch Modifier and Type Method Description SdkIterable<Branch>ListBranchesIterable. branches()Returns an iterable to iterate through the paginatedListBranchesResponse.branches()member.SdkPublisher<Branch>ListBranchesPublisher. branches()Returns a publisher that can be used to get a stream of data.
-