| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowUpstream |
AllowUpstream.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AllowUpstream |
ListPackagesRequest.upstream()
The value of the
Upstream package origin control restriction used to filter requested packages. |
AllowUpstream |
PackageOriginRestrictions.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 AllowUpstream |
AllowUpstream.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AllowUpstream> |
AllowUpstream.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.upstream(AllowUpstream upstream)
The value of the
Upstream package origin control restriction used to filter requested packages. |
PackageOriginRestrictions.Builder |
PackageOriginRestrictions.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.
|
Copyright © 2023. All rights reserved.