Uses of Class
software.amazon.awssdk.services.codeconnections.model.GetRepositoryLinkRequest
-
Packages that use GetRepositoryLinkRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of GetRepositoryLinkRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type GetRepositoryLinkRequest Modifier and Type Method Description default CompletableFuture<GetRepositoryLinkResponse>CodeConnectionsAsyncClient. getRepositoryLink(GetRepositoryLinkRequest getRepositoryLinkRequest)Returns details about a repository link.default GetRepositoryLinkResponseCodeConnectionsClient. getRepositoryLink(GetRepositoryLinkRequest getRepositoryLinkRequest)Returns details about a repository link. -
Uses of GetRepositoryLinkRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type GetRepositoryLinkRequest Modifier and Type Method Description SdkHttpFullRequestGetRepositoryLinkRequestMarshaller. marshall(GetRepositoryLinkRequest getRepositoryLinkRequest)
-