| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRepositoryResult> |
AbstractAWSProtonAsync.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AWSProtonAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AWSProtonAsync.createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
Create and register a link to a repository.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.clone() |
CreateRepositoryRequest |
CreateRepositoryRequest.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider
account.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withEncryptionKey(String encryptionKey)
The ARN of your customer Amazon Web Services Key Management Service (Amazon Web Services KMS) key.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withName(String name)
The repository name (for example,
myrepos/myrepo). |
CreateRepositoryRequest |
CreateRepositoryRequest.withProvider(RepositoryProvider provider)
The repository provider.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withProvider(String provider)
The repository provider.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the Proton repository.
|
Copyright © 2023. All rights reserved.