| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
DomainEntryPoint |
DomainEntryPoint.clone() |
DomainEntryPoint |
PackageVersionOrigin.getDomainEntryPoint()
A DomainEntryPoint
object that contains information about from which repository or external connection the package version was
added to the domain.
|
DomainEntryPoint |
DomainEntryPoint.withExternalConnectionName(String externalConnectionName)
The name of the external connection that a package was ingested from.
|
DomainEntryPoint |
DomainEntryPoint.withRepositoryName(String repositoryName)
The name of the repository that a package was originally published to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageVersionOrigin.setDomainEntryPoint(DomainEntryPoint domainEntryPoint)
A DomainEntryPoint
object that contains information about from which repository or external connection the package version was
added to the domain.
|
PackageVersionOrigin |
PackageVersionOrigin.withDomainEntryPoint(DomainEntryPoint domainEntryPoint)
A DomainEntryPoint
object that contains information about from which repository or external connection the package version was
added to the domain.
|
Copyright © 2023. All rights reserved.