| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowPublish |
AllowPublish.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ListPackagesRequest |
ListPackagesRequest.withPublish(AllowPublish publish)
The value of the
Publish package origin control restriction used to filter requested packages. |
PackageOriginRestrictions |
PackageOriginRestrictions.withPublish(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.