Uses of Class
software.amazon.awssdk.services.codeartifact.model.AllowPublish
-
Packages that use AllowPublish Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of AllowPublish in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return AllowPublish Modifier and Type Method Description static AllowPublishAllowPublish. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AllowPublishListPackagesRequest. publish()The value of thePublishpackage origin control restriction used to filter requested packages.AllowPublishPackageOriginRestrictions. publish()The package origin configuration that determines if new versions of the package can be published directly to the repository.static AllowPublishAllowPublish. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowPublish[]AllowPublish. 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 AllowPublish Modifier and Type Method Description static Set<AllowPublish>AllowPublish. knownValues()Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type AllowPublish Modifier and Type Method Description ListPackagesRequest.BuilderListPackagesRequest.Builder. publish(AllowPublish publish)The value of thePublishpackage origin control restriction used to filter requested packages.PackageOriginRestrictions.BuilderPackageOriginRestrictions.Builder. publish(AllowPublish publish)The package origin configuration that determines if new versions of the package can be published directly to the repository.
-