Uses of Class
com.amazonaws.services.codecommit.model.GetBranchRequest
Packages that use GetBranchRequest
-
Uses of GetBranchRequest in com.amazonaws.services.codecommit
Methods in com.amazonaws.services.codecommit with parameters of type GetBranchRequestModifier and TypeMethodDescriptionAbstractAWSCodeCommit.getBranch
(GetBranchRequest request) AWSCodeCommit.getBranch
(GetBranchRequest getBranchRequest) Returns information about a repository branch, including its name and the last commit ID.AWSCodeCommitClient.getBranch
(GetBranchRequest getBranchRequest) Returns information about a repository branch, including its name and the last commit ID.AbstractAWSCodeCommitAsync.getBranchAsync
(GetBranchRequest request) AbstractAWSCodeCommitAsync.getBranchAsync
(GetBranchRequest request, AsyncHandler<GetBranchRequest, GetBranchResult> asyncHandler) AWSCodeCommitAsync.getBranchAsync
(GetBranchRequest getBranchRequest) Returns information about a repository branch, including its name and the last commit ID.AWSCodeCommitAsync.getBranchAsync
(GetBranchRequest getBranchRequest, AsyncHandler<GetBranchRequest, GetBranchResult> asyncHandler) Returns information about a repository branch, including its name and the last commit ID.AWSCodeCommitAsyncClient.getBranchAsync
(GetBranchRequest request) AWSCodeCommitAsyncClient.getBranchAsync
(GetBranchRequest request, AsyncHandler<GetBranchRequest, GetBranchResult> asyncHandler) Method parameters in com.amazonaws.services.codecommit with type arguments of type GetBranchRequestModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.getBranchAsync
(GetBranchRequest request, AsyncHandler<GetBranchRequest, GetBranchResult> asyncHandler) AWSCodeCommitAsync.getBranchAsync
(GetBranchRequest getBranchRequest, AsyncHandler<GetBranchRequest, GetBranchResult> asyncHandler) Returns information about a repository branch, including its name and the last commit ID.AWSCodeCommitAsyncClient.getBranchAsync
(GetBranchRequest request, AsyncHandler<GetBranchRequest, GetBranchResult> asyncHandler) -
Uses of GetBranchRequest in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return GetBranchRequestModifier and TypeMethodDescriptionGetBranchRequest.clone()
GetBranchRequest.withBranchName
(String branchName) The name of the branch for which you want to retrieve information.GetBranchRequest.withRepositoryName
(String repositoryName) The name of the repository that contains the branch for which you want to retrieve information.