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