| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.clone() |
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.withEffectiveMode(PackageGroupOriginRestrictionMode effectiveMode)
The effective package group origin restriction setting.
|
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.withEffectiveMode(String effectiveMode)
The effective package group origin restriction setting.
|
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.withInheritedFrom(PackageGroupReference inheritedFrom)
The parent package group that the package group origin restrictions are inherited from.
|
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.withMode(PackageGroupOriginRestrictionMode mode)
The package group origin restriction setting.
|
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.withMode(String mode)
The package group origin restriction setting.
|
PackageGroupOriginRestriction |
PackageGroupOriginRestriction.withRepositoriesCount(Long repositoriesCount)
The number of repositories in the allowed repository list.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PackageGroupOriginRestriction> |
PackageGroupOriginConfiguration.getRestrictions()
The origin configuration settings that determine how package versions can enter repositories.
|
| Modifier and Type | Method and Description |
|---|---|
PackageGroupOriginConfiguration |
PackageGroupOriginConfiguration.addRestrictionsEntry(String key,
PackageGroupOriginRestriction value)
Add a single Restrictions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageGroupOriginConfiguration.setRestrictions(Map<String,PackageGroupOriginRestriction> restrictions)
The origin configuration settings that determine how package versions can enter repositories.
|
PackageGroupOriginConfiguration |
PackageGroupOriginConfiguration.withRestrictions(Map<String,PackageGroupOriginRestriction> restrictions)
The origin configuration settings that determine how package versions can enter repositories.
|
Copyright © 2024. All rights reserved.