Uses of Class
software.amazon.awssdk.services.codestarconnections.model.RepositoryLinkInfo
-
Packages that use RepositoryLinkInfo Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of RepositoryLinkInfo in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return RepositoryLinkInfo Modifier and Type Method Description RepositoryLinkInfoCreateRepositoryLinkResponse. repositoryLinkInfo()The returned information about the created repository link.RepositoryLinkInfoGetRepositoryLinkResponse. repositoryLinkInfo()The information returned for a specified repository link.RepositoryLinkInfoUpdateRepositoryLinkResponse. repositoryLinkInfo()Information about the repository link to be updated.Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type RepositoryLinkInfo Modifier and Type Method Description List<RepositoryLinkInfo>ListRepositoryLinksResponse. repositoryLinks()Lists the repository links called by the list repository links operation.Methods in software.amazon.awssdk.services.codestarconnections.model with parameters of type RepositoryLinkInfo Modifier and Type Method Description CreateRepositoryLinkResponse.BuilderCreateRepositoryLinkResponse.Builder. repositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)The returned information about the created repository link.GetRepositoryLinkResponse.BuilderGetRepositoryLinkResponse.Builder. repositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)The information returned for a specified repository link.UpdateRepositoryLinkResponse.BuilderUpdateRepositoryLinkResponse.Builder. repositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)Information about the repository link to be updated.ListRepositoryLinksResponse.BuilderListRepositoryLinksResponse.Builder. repositoryLinks(RepositoryLinkInfo... repositoryLinks)Lists the repository links called by the list repository links operation.Method parameters in software.amazon.awssdk.services.codestarconnections.model with type arguments of type RepositoryLinkInfo Modifier and Type Method Description ListRepositoryLinksResponse.BuilderListRepositoryLinksResponse.Builder. repositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)Lists the repository links called by the list repository links operation.
-