Uses of Class
software.amazon.awssdk.services.codeconnections.model.DeleteRepositoryLinkRequest
-
Packages that use DeleteRepositoryLinkRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of DeleteRepositoryLinkRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type DeleteRepositoryLinkRequest Modifier and Type Method Description default CompletableFuture<DeleteRepositoryLinkResponse>CodeConnectionsAsyncClient. deleteRepositoryLink(DeleteRepositoryLinkRequest 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. -
Uses of DeleteRepositoryLinkRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type DeleteRepositoryLinkRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRepositoryLinkRequestMarshaller. marshall(DeleteRepositoryLinkRequest deleteRepositoryLinkRequest)
-