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