| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRepositoryLinkResult> |
AWSCodeConnectionsAsyncClient.updateRepositoryLinkAsync(UpdateRepositoryLinkRequest request,
AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler) |
Future<UpdateRepositoryLinkResult> |
AWSCodeConnectionsAsync.updateRepositoryLinkAsync(UpdateRepositoryLinkRequest updateRepositoryLinkRequest,
AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler)
Updates the association between your connection and a specified external Git repository.
|
Future<UpdateRepositoryLinkResult> |
AbstractAWSCodeConnectionsAsync.updateRepositoryLinkAsync(UpdateRepositoryLinkRequest request,
AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler) |
| 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 © 2025. All rights reserved.