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