Package | Description |
---|---|
com.amazonaws.services.codecommit | |
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateDefaultBranchResult |
AWSCodeCommitClient.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
UpdateDefaultBranchResult |
AbstractAWSCodeCommit.updateDefaultBranch(UpdateDefaultBranchRequest request) |
UpdateDefaultBranchResult |
AWSCodeCommit.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AWSCodeCommitAsyncClient.updateDefaultBranchAsync(UpdateDefaultBranchRequest request) |
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AbstractAWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest request) |
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AWSCodeCommitAsyncClient.updateDefaultBranchAsync(UpdateDefaultBranchRequest request,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler) |
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AbstractAWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest request,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler) |
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest updateDefaultBranchRequest,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler)
Sets or changes the default branch name for the specified repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AWSCodeCommitAsyncClient.updateDefaultBranchAsync(UpdateDefaultBranchRequest request,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler) |
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AbstractAWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest request,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler) |
java.util.concurrent.Future<UpdateDefaultBranchResult> |
AWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest updateDefaultBranchRequest,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler)
Sets or changes the default branch name for the specified repository.
|
Modifier and Type | Method and Description |
---|---|
UpdateDefaultBranchRequest |
UpdateDefaultBranchRequest.clone() |
UpdateDefaultBranchRequest |
UpdateDefaultBranchRequest.withDefaultBranchName(java.lang.String defaultBranchName)
The name of the branch to set as the default.
|
UpdateDefaultBranchRequest |
UpdateDefaultBranchRequest.withRepositoryName(java.lang.String repositoryName)
The name of the repository to set or change the default branch for.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateDefaultBranchRequest> |
UpdateDefaultBranchRequestMarshaller.marshall(UpdateDefaultBranchRequest updateDefaultBranchRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateDefaultBranchRequest> |
UpdateDefaultBranchRequestMarshaller.marshall(UpdateDefaultBranchRequest updateDefaultBranchRequest) |