| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageOriginRestrictions |
PackageOriginRestrictions.clone() |
PackageOriginRestrictions |
PutPackageOriginConfigurationRequest.getRestrictions()
A
PackageOriginRestrictions object that contains information about the
upstream and
publish package origin restrictions. |
PackageOriginRestrictions |
PackageOriginConfiguration.getRestrictions()
A
PackageOriginRestrictions object that contains information about the upstream and publish package
origin configuration for the package. |
PackageOriginRestrictions |
PackageOriginRestrictions.withPublish(AllowPublish publish)
The package origin configuration that determines if new versions of the package can be published directly to the
repository.
|
PackageOriginRestrictions |
PackageOriginRestrictions.withPublish(String publish)
The package origin configuration that determines if new versions of the package can be published directly to the
repository.
|
PackageOriginRestrictions |
PackageOriginRestrictions.withUpstream(AllowUpstream upstream)
The package origin configuration that determines if new versions of the package can be added to the repository
from an external connection or upstream source.
|
PackageOriginRestrictions |
PackageOriginRestrictions.withUpstream(String upstream)
The package origin configuration that determines if new versions of the package can be added to the repository
from an external connection or upstream source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutPackageOriginConfigurationRequest.setRestrictions(PackageOriginRestrictions restrictions)
A
PackageOriginRestrictions object that contains information about the
upstream and
publish package origin restrictions. |
void |
PackageOriginConfiguration.setRestrictions(PackageOriginRestrictions restrictions)
A
PackageOriginRestrictions object that contains information about the upstream and publish package
origin configuration for the package. |
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withRestrictions(PackageOriginRestrictions restrictions)
A
PackageOriginRestrictions object that contains information about the
upstream and
publish package origin restrictions. |
PackageOriginConfiguration |
PackageOriginConfiguration.withRestrictions(PackageOriginRestrictions restrictions)
A
PackageOriginRestrictions object that contains information about the upstream and publish package
origin configuration for the package. |
Copyright © 2023. All rights reserved.