Uses of Class
software.amazon.awssdk.services.codeconnections.model.CreateRepositoryLinkResponse
-
Packages that use CreateRepositoryLinkResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of CreateRepositoryLinkResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return CreateRepositoryLinkResponse Modifier and Type Method Description default CreateRepositoryLinkResponseCodeConnectionsClient. createRepositoryLink(Consumer<CreateRepositoryLinkRequest.Builder> createRepositoryLinkRequest)Creates a link to a specified external Git repository.default CreateRepositoryLinkResponseCodeConnectionsClient. createRepositoryLink(CreateRepositoryLinkRequest createRepositoryLinkRequest)Creates a link to a specified external Git repository.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type CreateRepositoryLinkResponse Modifier and Type Method Description default CompletableFuture<CreateRepositoryLinkResponse>CodeConnectionsAsyncClient. createRepositoryLink(Consumer<CreateRepositoryLinkRequest.Builder> createRepositoryLinkRequest)Creates a link to a specified external Git repository.default CompletableFuture<CreateRepositoryLinkResponse>CodeConnectionsAsyncClient. createRepositoryLink(CreateRepositoryLinkRequest createRepositoryLinkRequest)Creates a link to a specified external Git repository.
-