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