| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRepositoryLinkResult> |
AbstractAWSCodeStarconnectionsAsync.updateRepositoryLinkAsync(UpdateRepositoryLinkRequest request,
AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler) |
Future<UpdateRepositoryLinkResult> |
AWSCodeStarconnectionsAsyncClient.updateRepositoryLinkAsync(UpdateRepositoryLinkRequest request,
AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler) |
Future<UpdateRepositoryLinkResult> |
AWSCodeStarconnectionsAsync.updateRepositoryLinkAsync(UpdateRepositoryLinkRequest updateRepositoryLinkRequest,
AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler)
Updates the association between your connection and a specified external Git repository.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryLinkRequest |
UpdateRepositoryLinkRequest.clone() |
UpdateRepositoryLinkRequest |
UpdateRepositoryLinkRequest.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection for the repository link to be updated.
|
UpdateRepositoryLinkRequest |
UpdateRepositoryLinkRequest.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
|
UpdateRepositoryLinkRequest |
UpdateRepositoryLinkRequest.withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link to be updated.
|
Copyright © 2023. All rights reserved.