| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact |
CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools
such as npm, Apache Maven, pip, and dotnet.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.addRestrictionsEntry(String key,
String value)
Add a single Restrictions entry
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.clearRestrictionsEntries()
Removes all the entries added into Restrictions.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.clone() |
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withAddAllowedRepositories(Collection<PackageGroupAllowedRepository> addAllowedRepositories)
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withAddAllowedRepositories(PackageGroupAllowedRepository... addAllowedRepositories)
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withDomain(String domain)
The name of the domain which contains the package group for which to update the origin configuration.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withPackageGroup(String packageGroup)
The pattern of the package group for which to update the origin configuration.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withRemoveAllowedRepositories(Collection<PackageGroupAllowedRepository> removeAllowedRepositories)
The repository name and restrictions to remove from the allowed repository list of the specified package group.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withRemoveAllowedRepositories(PackageGroupAllowedRepository... removeAllowedRepositories)
The repository name and restrictions to remove from the allowed repository list of the specified package group.
|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withRestrictions(Map<String,String> restrictions)
The origin configuration settings that determine how package versions can enter repositories.
|
Copyright © 2024. All rights reserved.