| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageGroupAllowedRepository |
PackageGroupAllowedRepository.clone() |
PackageGroupAllowedRepository |
PackageGroupAllowedRepository.withOriginRestrictionType(PackageGroupOriginRestrictionType originRestrictionType)
The origin configuration restriction type of the allowed repository.
|
PackageGroupAllowedRepository |
PackageGroupAllowedRepository.withOriginRestrictionType(String originRestrictionType)
The origin configuration restriction type of the allowed repository.
|
PackageGroupAllowedRepository |
PackageGroupAllowedRepository.withRepositoryName(String repositoryName)
The name of the allowed repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageGroupAllowedRepository> |
UpdatePackageGroupOriginConfigurationRequest.getAddAllowedRepositories()
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
List<PackageGroupAllowedRepository> |
UpdatePackageGroupOriginConfigurationRequest.getRemoveAllowedRepositories()
The repository name and restrictions to remove from the allowed repository list of the specified package group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePackageGroupOriginConfigurationRequest |
UpdatePackageGroupOriginConfigurationRequest.withAddAllowedRepositories(PackageGroupAllowedRepository... addAllowedRepositories)
The repository name and restrictions to add to 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePackageGroupOriginConfigurationRequest.setAddAllowedRepositories(Collection<PackageGroupAllowedRepository> addAllowedRepositories)
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
void |
UpdatePackageGroupOriginConfigurationRequest.setRemoveAllowedRepositories(Collection<PackageGroupAllowedRepository> removeAllowedRepositories)
The repository name and restrictions to remove from the allowed repository list of the specified package group.
|
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.withRemoveAllowedRepositories(Collection<PackageGroupAllowedRepository> removeAllowedRepositories)
The repository name and restrictions to remove from the allowed repository list of the specified package group.
|
Copyright © 2024. All rights reserved.