| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static PackageVersionOriginType |
PackageVersionOriginType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PackageVersionOriginType |
PackageVersionOrigin.originType()
Describes how the package version was originally added to the domain.
|
PackageVersionOriginType |
ListPackageVersionsRequest.originType()
The
originType used to filter package versions. |
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 |
|---|---|
static Set<PackageVersionOriginType> |
PackageVersionOriginType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PackageVersionOrigin.Builder |
PackageVersionOrigin.Builder.originType(PackageVersionOriginType originType)
Describes how the package version was originally added to the domain.
|
ListPackageVersionsRequest.Builder |
ListPackageVersionsRequest.Builder.originType(PackageVersionOriginType originType)
The
originType used to filter package versions. |
Copyright © 2023. All rights reserved.