Uses of Class
software.amazon.awssdk.services.codeconnections.model.UpdateRepositoryLinkResponse
-
Packages that use UpdateRepositoryLinkResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of UpdateRepositoryLinkResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return UpdateRepositoryLinkResponse Modifier and Type Method Description default UpdateRepositoryLinkResponseCodeConnectionsClient. updateRepositoryLink(Consumer<UpdateRepositoryLinkRequest.Builder> updateRepositoryLinkRequest)Updates the association between your connection and a specified external Git repository.default UpdateRepositoryLinkResponseCodeConnectionsClient. updateRepositoryLink(UpdateRepositoryLinkRequest updateRepositoryLinkRequest)Updates the association between your connection and a specified external Git repository.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type UpdateRepositoryLinkResponse Modifier and Type Method Description default CompletableFuture<UpdateRepositoryLinkResponse>CodeConnectionsAsyncClient. updateRepositoryLink(Consumer<UpdateRepositoryLinkRequest.Builder> updateRepositoryLinkRequest)Updates the association between your connection and a specified external Git repository.default CompletableFuture<UpdateRepositoryLinkResponse>CodeConnectionsAsyncClient. updateRepositoryLink(UpdateRepositoryLinkRequest updateRepositoryLinkRequest)Updates the association between your connection and a specified external Git repository.
-