| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRepositoryLinkResult> |
AbstractAWSCodeStarconnectionsAsync.createRepositoryLinkAsync(CreateRepositoryLinkRequest request,
AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler) |
Future<CreateRepositoryLinkResult> |
AWSCodeStarconnectionsAsync.createRepositoryLinkAsync(CreateRepositoryLinkRequest createRepositoryLinkRequest,
AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler)
Creates a link to a specified external Git repository.
|
Future<CreateRepositoryLinkResult> |
AWSCodeStarconnectionsAsyncClient.createRepositoryLinkAsync(CreateRepositoryLinkRequest request,
AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler) |
| 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.