Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageVersionErrorCode
-
Packages that use PackageVersionErrorCode Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of PackageVersionErrorCode in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return PackageVersionErrorCode Modifier and Type Method Description PackageVersionErrorCodePackageVersionError. errorCode()The error code associated with the error.static PackageVersionErrorCodePackageVersionErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PackageVersionErrorCodePackageVersionErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageVersionErrorCode[]PackageVersionErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type PackageVersionErrorCode Modifier and Type Method Description static Set<PackageVersionErrorCode>PackageVersionErrorCode. knownValues()Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageVersionErrorCode Modifier and Type Method Description PackageVersionError.BuilderPackageVersionError.Builder. errorCode(PackageVersionErrorCode errorCode)The error code associated with the error.
-