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