Uses of Class
com.amazonaws.services.codecommit.model.ListBranchesRequest
Packages that use ListBranchesRequest
-
Uses of ListBranchesRequest in com.amazonaws.services.codecommit
Methods in com.amazonaws.services.codecommit with parameters of type ListBranchesRequestModifier 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.AbstractAWSCodeCommitAsync.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 ListBranchesRequestModifier 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 ListBranchesRequest in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return ListBranchesRequestModifier and TypeMethodDescriptionListBranchesRequest.clone()ListBranchesRequest.withNextToken(String nextToken) An enumeration token that allows the operation to batch the results.ListBranchesRequest.withRepositoryName(String repositoryName) The name of the repository that contains the branches.