| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static DomainEntryPoint.Builder |
DomainEntryPoint.builder() |
DomainEntryPoint.Builder |
DomainEntryPoint.Builder.externalConnectionName(String externalConnectionName)
The name of the external connection that a package was ingested from.
|
DomainEntryPoint.Builder |
DomainEntryPoint.Builder.repositoryName(String repositoryName)
The name of the repository that a package was originally published to.
|
DomainEntryPoint.Builder |
DomainEntryPoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DomainEntryPoint.Builder> |
DomainEntryPoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PackageVersionOrigin.Builder |
PackageVersionOrigin.Builder.domainEntryPoint(Consumer<DomainEntryPoint.Builder> 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.