| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryResult |
AWSProtonClient.createRepository(CreateRepositoryRequest request)
Create and register a link to a repository that can be used with self-managed provisioning (infrastructure or
pipelines) or for template sync configurations.
|
CreateRepositoryResult |
AbstractAWSProton.createRepository(CreateRepositoryRequest request) |
CreateRepositoryResult |
AWSProton.createRepository(CreateRepositoryRequest createRepositoryRequest)
Create and register a link to a repository that can be used with self-managed provisioning (infrastructure or
pipelines) or for template sync configurations.
|
Future<CreateRepositoryResult> |
AWSProtonAsyncClient.createRepositoryAsync(CreateRepositoryRequest request) |
Future<CreateRepositoryResult> |
AbstractAWSProtonAsync.createRepositoryAsync(CreateRepositoryRequest request) |
Future<CreateRepositoryResult> |
AWSProtonAsync.createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest)
Create and register a link to a repository that can be used with self-managed provisioning (infrastructure or
pipelines) or for template sync configurations.
|
Future<CreateRepositoryResult> |
AWSProtonAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AbstractAWSProtonAsync.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 that can be used with self-managed provisioning (infrastructure or
pipelines) or for template sync configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRepositoryResult> |
AWSProtonAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AbstractAWSProtonAsync.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 that can be used with self-managed provisioning (infrastructure or
pipelines) or for template sync configurations.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.clone() |
CreateRepositoryRequest |
CreateRepositoryRequest.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of your Amazon Web Services CodeStar connection.
|
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 © 2022. All rights reserved.