Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageGroupOriginRestrictionType
-
Packages that use PackageGroupOriginRestrictionType Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of PackageGroupOriginRestrictionType in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return PackageGroupOriginRestrictionType Modifier and Type Method Description static PackageGroupOriginRestrictionTypePackageGroupOriginRestrictionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PackageGroupOriginRestrictionTypeListAllowedRepositoriesForGroupRequest. originRestrictionType()The origin configuration restriction type of which to list allowed repositories.PackageGroupOriginRestrictionTypePackageGroupAllowedRepository. originRestrictionType()The origin configuration restriction type of the allowed repository.static PackageGroupOriginRestrictionTypePackageGroupOriginRestrictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageGroupOriginRestrictionType[]PackageGroupOriginRestrictionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type PackageGroupOriginRestrictionType Modifier and Type Method Description Map<PackageGroupOriginRestrictionType,Map<PackageGroupAllowedRepositoryUpdateType,List<String>>>UpdatePackageGroupOriginConfigurationResponse. allowedRepositoryUpdates()Information about the updated allowed repositories after processing the request.static Set<PackageGroupOriginRestrictionType>PackageGroupOriginRestrictionType. knownValues()Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestriction>PackageGroupOriginConfiguration. restrictions()The origin configuration settings that determine how package versions can enter repositories.Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestrictionMode>UpdatePackageGroupOriginConfigurationRequest. restrictions()The origin configuration settings that determine how package versions can enter repositories.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageGroupOriginRestrictionType Modifier and Type Method Description ListAllowedRepositoriesForGroupRequest.BuilderListAllowedRepositoriesForGroupRequest.Builder. originRestrictionType(PackageGroupOriginRestrictionType originRestrictionType)The origin configuration restriction type of which to list allowed repositories.PackageGroupAllowedRepository.BuilderPackageGroupAllowedRepository.Builder. originRestrictionType(PackageGroupOriginRestrictionType originRestrictionType)The origin configuration restriction type of the allowed repository.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type PackageGroupOriginRestrictionType Modifier and Type Method Description UpdatePackageGroupOriginConfigurationResponse.BuilderUpdatePackageGroupOriginConfigurationResponse.Builder. allowedRepositoryUpdates(Map<PackageGroupOriginRestrictionType,? extends Map<PackageGroupAllowedRepositoryUpdateType,? extends Collection<String>>> allowedRepositoryUpdates)Information about the updated allowed repositories after processing the request.PackageGroupOriginConfiguration.BuilderPackageGroupOriginConfiguration.Builder. restrictions(Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestriction> restrictions)The origin configuration settings that determine how package versions can enter repositories.UpdatePackageGroupOriginConfigurationRequest.BuilderUpdatePackageGroupOriginConfigurationRequest.Builder. restrictions(Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestrictionMode> restrictions)The origin configuration settings that determine how package versions can enter repositories.
-