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