Uses of Class
com.amazonaws.services.codecommit.model.GetBranchResult
Packages that use GetBranchResult
-
Uses of GetBranchResult in com.amazonaws.services.codecommit
Methods in com.amazonaws.services.codecommit that return GetBranchResultModifier 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.Methods in com.amazonaws.services.codecommit that return types with arguments of type GetBranchResultModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.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 GetBranchResultModifier 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 GetBranchResult in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return GetBranchResultModifier and TypeMethodDescriptionGetBranchResult.clone()
GetBranchResult.withBranch
(BranchInfo branch) The name of the branch.