| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRepositoryLinkResult> |
AbstractAWSCodeConnectionsAsync.createRepositoryLinkAsync(CreateRepositoryLinkRequest request,
AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler) |
Future<CreateRepositoryLinkResult> |
AWSCodeConnectionsAsyncClient.createRepositoryLinkAsync(CreateRepositoryLinkRequest request,
AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler) |
Future<CreateRepositoryLinkResult> |
AWSCodeConnectionsAsync.createRepositoryLinkAsync(CreateRepositoryLinkRequest createRepositoryLinkRequest,
AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler)
Creates a link to a specified external Git repository.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.clone() |
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be associated with the repository link.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withOwnerId(String ownerId)
The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withRepositoryName(String repositoryName)
The name of the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withTags(Collection<Tag> tags)
The tags for the repository to be associated with the repository link.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withTags(Tag... tags)
The tags for the repository to be associated with the repository link.
|
Copyright © 2024. All rights reserved.