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