Uses of Class
com.amazonaws.services.codecommit.model.ListBranchesResult
Packages that use ListBranchesResult
-
Uses of ListBranchesResult in com.amazonaws.services.codecommit
Methods in com.amazonaws.services.codecommit that return ListBranchesResultModifier and TypeMethodDescriptionAbstractAWSCodeCommit.listBranches(ListBranchesRequest request) AWSCodeCommit.listBranches(ListBranchesRequest listBranchesRequest) Gets information about one or more branches in a repository.AWSCodeCommitClient.listBranches(ListBranchesRequest listBranchesRequest) Gets information about one or more branches in a repository.Methods in com.amazonaws.services.codecommit that return types with arguments of type ListBranchesResultModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.listBranchesAsync(ListBranchesRequest request) AbstractAWSCodeCommitAsync.listBranchesAsync(ListBranchesRequest request, AsyncHandler<ListBranchesRequest, ListBranchesResult> asyncHandler) AWSCodeCommitAsync.listBranchesAsync(ListBranchesRequest listBranchesRequest) Gets information about one or more branches in a repository.AWSCodeCommitAsync.listBranchesAsync(ListBranchesRequest listBranchesRequest, AsyncHandler<ListBranchesRequest, ListBranchesResult> asyncHandler) Gets information about one or more branches in a repository.AWSCodeCommitAsyncClient.listBranchesAsync(ListBranchesRequest request) AWSCodeCommitAsyncClient.listBranchesAsync(ListBranchesRequest request, AsyncHandler<ListBranchesRequest, ListBranchesResult> asyncHandler) Method parameters in com.amazonaws.services.codecommit with type arguments of type ListBranchesResultModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.listBranchesAsync(ListBranchesRequest request, AsyncHandler<ListBranchesRequest, ListBranchesResult> asyncHandler) AWSCodeCommitAsync.listBranchesAsync(ListBranchesRequest listBranchesRequest, AsyncHandler<ListBranchesRequest, ListBranchesResult> asyncHandler) Gets information about one or more branches in a repository.AWSCodeCommitAsyncClient.listBranchesAsync(ListBranchesRequest request, AsyncHandler<ListBranchesRequest, ListBranchesResult> asyncHandler) -
Uses of ListBranchesResult in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return ListBranchesResultModifier and TypeMethodDescriptionListBranchesResult.clone()ListBranchesResult.withBranches(String... branches) The list of branch names.ListBranchesResult.withBranches(Collection<String> branches) The list of branch names.ListBranchesResult.withNextToken(String nextToken) An enumeration token that returns the batch of the results.