Package | Description |
---|---|
com.amazonaws.services.codecommit |
|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateRepositoryResult> |
AWSCodeCommitAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AbstractAWSCodeCommitAsync.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AWSCodeCommitAsync.createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
Creates a new, empty repository.
|
Modifier and Type | Method and Description |
---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRepositoryRequest |
CreateRepositoryRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRepositoryRequest |
CreateRepositoryRequest.clone() |
CreateRepositoryRequest |
CreateRepositoryRequest.withKmsKeyId(String kmsKeyId)
The ID of the encryption key.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withRepositoryDescription(String repositoryDescription)
A comment or description about the new repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withRepositoryName(String repositoryName)
The name of the new repository to be created.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Map<String,String> tags)
One or more tag key-value pairs to use when tagging this repository.
|
Copyright © 2024. All rights reserved.