| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.clone() |
Repository |
CreateRepositoryResult.getRepository()
The repository link's detail data that's returned by Proton.
|
Repository |
DeleteRepositoryResult.getRepository()
The deleted repository link's detail data that's returned by Proton.
|
Repository |
GetRepositoryResult.getRepository()
The repository link's detail data that's returned by Proton.
|
Repository |
Repository.withArn(String arn)
The Amazon Resource Name (ARN) of the linked repository.
|
Repository |
Repository.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider
account.
|
Repository |
Repository.withEncryptionKey(String encryptionKey)
Your customer Amazon Web Services KMS encryption key.
|
Repository |
Repository.withName(String name)
The repository name.
|
Repository |
Repository.withProvider(RepositoryProvider provider)
The repository provider.
|
Repository |
Repository.withProvider(String provider)
The repository provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRepositoryResult.setRepository(Repository repository)
The repository link's detail data that's returned by Proton.
|
void |
DeleteRepositoryResult.setRepository(Repository repository)
The deleted repository link's detail data that's returned by Proton.
|
void |
GetRepositoryResult.setRepository(Repository repository)
The repository link's detail data that's returned by Proton.
|
CreateRepositoryResult |
CreateRepositoryResult.withRepository(Repository repository)
The repository link's detail data that's returned by Proton.
|
DeleteRepositoryResult |
DeleteRepositoryResult.withRepository(Repository repository)
The deleted repository link's detail data that's returned by Proton.
|
GetRepositoryResult |
GetRepositoryResult.withRepository(Repository repository)
The repository link's detail data that's returned by Proton.
|
Copyright © 2023. All rights reserved.