| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static PackageVersionOriginType |
PackageVersionOriginType.fromValue(String value)
Use this in place of valueOf.
|
static PackageVersionOriginType |
PackageVersionOriginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageVersionOriginType[] |
PackageVersionOriginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackageVersionsRequest |
ListPackageVersionsRequest.withOriginType(PackageVersionOriginType originType)
The
originType used to filter package versions. |
PackageVersionOrigin |
PackageVersionOrigin.withOriginType(PackageVersionOriginType originType)
Describes how the package version was originally added to the domain.
|
Copyright © 2022. All rights reserved.