Uses of Class
software.amazon.awssdk.services.codestarconnections.model.DeleteRepositoryLinkResponse
-
Packages that use DeleteRepositoryLinkResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of DeleteRepositoryLinkResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return DeleteRepositoryLinkResponse Modifier and Type Method Description default DeleteRepositoryLinkResponseCodeStarConnectionsClient. deleteRepositoryLink(Consumer<DeleteRepositoryLinkRequest.Builder> deleteRepositoryLinkRequest)Deletes the association between your connection and a specified external Git repository.default DeleteRepositoryLinkResponseCodeStarConnectionsClient. deleteRepositoryLink(DeleteRepositoryLinkRequest deleteRepositoryLinkRequest)Deletes 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 DeleteRepositoryLinkResponse Modifier and Type Method Description default CompletableFuture<DeleteRepositoryLinkResponse>CodeStarConnectionsAsyncClient. deleteRepositoryLink(Consumer<DeleteRepositoryLinkRequest.Builder> deleteRepositoryLinkRequest)Deletes the association between your connection and a specified external Git repository.default CompletableFuture<DeleteRepositoryLinkResponse>CodeStarConnectionsAsyncClient. deleteRepositoryLink(DeleteRepositoryLinkRequest deleteRepositoryLinkRequest)Deletes the association between your connection and a specified external Git repository.
-