Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageGroupAllowedRepository
-
Packages that use PackageGroupAllowedRepository Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of PackageGroupAllowedRepository in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type PackageGroupAllowedRepository Modifier and Type Method Description List<PackageGroupAllowedRepository>UpdatePackageGroupOriginConfigurationRequest. addAllowedRepositories()The repository name and restrictions to add to the allowed repository list of the specified package group.List<PackageGroupAllowedRepository>UpdatePackageGroupOriginConfigurationRequest. removeAllowedRepositories()The repository name and restrictions to remove from the allowed repository list of the specified package group.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageGroupAllowedRepository Modifier and Type Method Description UpdatePackageGroupOriginConfigurationRequest.BuilderUpdatePackageGroupOriginConfigurationRequest.Builder. addAllowedRepositories(PackageGroupAllowedRepository... addAllowedRepositories)The repository name and restrictions to add to the allowed repository list of the specified package group.UpdatePackageGroupOriginConfigurationRequest.BuilderUpdatePackageGroupOriginConfigurationRequest.Builder. removeAllowedRepositories(PackageGroupAllowedRepository... removeAllowedRepositories)The repository name and restrictions to remove from the allowed repository list of the specified package group.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type PackageGroupAllowedRepository Modifier and Type Method Description UpdatePackageGroupOriginConfigurationRequest.BuilderUpdatePackageGroupOriginConfigurationRequest.Builder. addAllowedRepositories(Collection<PackageGroupAllowedRepository> addAllowedRepositories)The repository name and restrictions to add to the allowed repository list of the specified package group.UpdatePackageGroupOriginConfigurationRequest.BuilderUpdatePackageGroupOriginConfigurationRequest.Builder. removeAllowedRepositories(Collection<PackageGroupAllowedRepository> removeAllowedRepositories)The repository name and restrictions to remove from the allowed repository list of the specified package group.
-