Package | Description |
---|---|
com.amazonaws.services.codecommit | |
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Method and Description |
---|---|
GetBranchResult |
AWSCodeCommitClient.getBranch(GetBranchRequest getBranchRequest)
Returns information about a repository branch, including its name and the
last commit ID.
|
GetBranchResult |
AbstractAWSCodeCommit.getBranch(GetBranchRequest request) |
GetBranchResult |
AWSCodeCommit.getBranch(GetBranchRequest getBranchRequest)
Returns information about a repository branch, including its name and the
last commit ID.
|
java.util.concurrent.Future<GetBranchResult> |
AWSCodeCommitAsyncClient.getBranchAsync(GetBranchRequest request) |
java.util.concurrent.Future<GetBranchResult> |
AbstractAWSCodeCommitAsync.getBranchAsync(GetBranchRequest request) |
java.util.concurrent.Future<GetBranchResult> |
AWSCodeCommitAsync.getBranchAsync(GetBranchRequest getBranchRequest)
Returns information about a repository branch, including its name and the
last commit ID.
|
java.util.concurrent.Future<GetBranchResult> |
AWSCodeCommitAsyncClient.getBranchAsync(GetBranchRequest request,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler) |
java.util.concurrent.Future<GetBranchResult> |
AbstractAWSCodeCommitAsync.getBranchAsync(GetBranchRequest request,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler) |
java.util.concurrent.Future<GetBranchResult> |
AWSCodeCommitAsync.getBranchAsync(GetBranchRequest getBranchRequest,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler)
Returns information about a repository branch, including its name and the
last commit ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetBranchResult> |
AWSCodeCommitAsyncClient.getBranchAsync(GetBranchRequest request,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler) |
java.util.concurrent.Future<GetBranchResult> |
AbstractAWSCodeCommitAsync.getBranchAsync(GetBranchRequest request,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler) |
java.util.concurrent.Future<GetBranchResult> |
AWSCodeCommitAsync.getBranchAsync(GetBranchRequest getBranchRequest,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler)
Returns information about a repository branch, including its name and the
last commit ID.
|
Modifier and Type | Method and Description |
---|---|
GetBranchRequest |
GetBranchRequest.clone() |
GetBranchRequest |
GetBranchRequest.withBranchName(java.lang.String branchName)
The name of the branch for which you want to retrieve information.
|
GetBranchRequest |
GetBranchRequest.withRepositoryName(java.lang.String repositoryName)
The name of the repository that contains the branch for which you want to
retrieve information.
|
Modifier and Type | Method and Description |
---|---|
Request<GetBranchRequest> |
GetBranchRequestMarshaller.marshall(GetBranchRequest getBranchRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetBranchRequest> |
GetBranchRequestMarshaller.marshall(GetBranchRequest getBranchRequest) |