| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowPublish |
AllowPublish.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AllowPublish |
ListPackagesRequest.publish()
The value of the
Publish package origin control restriction used to filter requested packages. |
AllowPublish |
PackageOriginRestrictions.publish()
The package origin configuration that determines if new versions of the package can be published directly to the
repository.
|
static AllowPublish |
AllowPublish.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AllowPublish> |
AllowPublish.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.publish(AllowPublish publish)
The value of the
Publish package origin control restriction used to filter requested packages. |
PackageOriginRestrictions.Builder |
PackageOriginRestrictions.Builder.publish(AllowPublish publish)
The package origin configuration that determines if new versions of the package can be published directly to
the repository.
|
Copyright © 2023. All rights reserved.