Uses of Class
software.amazon.awssdk.services.codestarconnections.model.UpdateRepositoryLinkRequest
-
Packages that use UpdateRepositoryLinkRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of UpdateRepositoryLinkRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type UpdateRepositoryLinkRequest Modifier and Type Method Description default CompletableFuture<UpdateRepositoryLinkResponse>CodeStarConnectionsAsyncClient. updateRepositoryLink(UpdateRepositoryLinkRequest updateRepositoryLinkRequest)Updates the association between your connection and a specified external Git repository.default UpdateRepositoryLinkResponseCodeStarConnectionsClient. updateRepositoryLink(UpdateRepositoryLinkRequest updateRepositoryLinkRequest)Updates the association between your connection and a specified external Git repository. -
Uses of UpdateRepositoryLinkRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type UpdateRepositoryLinkRequest Modifier and Type Method Description SdkHttpFullRequestUpdateRepositoryLinkRequestMarshaller. marshall(UpdateRepositoryLinkRequest updateRepositoryLinkRequest)
-