Uses of Class
software.amazon.awssdk.services.codeartifact.model.AllowUpstream
-
Packages that use AllowUpstream Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of AllowUpstream in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return AllowUpstream Modifier and Type Method Description static AllowUpstreamAllowUpstream. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AllowUpstreamListPackagesRequest. upstream()The value of theUpstreampackage origin control restriction used to filter requested packages.AllowUpstreamPackageOriginRestrictions. upstream()The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.static AllowUpstreamAllowUpstream. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowUpstream[]AllowUpstream. 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 AllowUpstream Modifier and Type Method Description static Set<AllowUpstream>AllowUpstream. knownValues()Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type AllowUpstream Modifier and Type Method Description ListPackagesRequest.BuilderListPackagesRequest.Builder. upstream(AllowUpstream upstream)The value of theUpstreampackage origin control restriction used to filter requested packages.PackageOriginRestrictions.BuilderPackageOriginRestrictions.Builder. upstream(AllowUpstream upstream)The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.
-