Uses of Interface
software.amazon.awssdk.services.codeartifact.model.DomainEntryPoint.Builder
-
Packages that use DomainEntryPoint.Builder Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of DomainEntryPoint.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return DomainEntryPoint.Builder Modifier and Type Method Description static DomainEntryPoint.BuilderDomainEntryPoint. builder()DomainEntryPoint.BuilderDomainEntryPoint.Builder. externalConnectionName(String externalConnectionName)The name of the external connection that a package was ingested from.DomainEntryPoint.BuilderDomainEntryPoint.Builder. repositoryName(String repositoryName)The name of the repository that a package was originally published to.DomainEntryPoint.BuilderDomainEntryPoint. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type DomainEntryPoint.Builder Modifier and Type Method Description static Class<? extends DomainEntryPoint.Builder>DomainEntryPoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type DomainEntryPoint.Builder Modifier and Type Method Description default PackageVersionOrigin.BuilderPackageVersionOrigin.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.
-