Uses of Class
software.amazon.awssdk.services.iot.model.SbomValidationErrorCode
-
Packages that use SbomValidationErrorCode Package Description software.amazon.awssdk.services.iot.model -
-
Uses of SbomValidationErrorCode in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SbomValidationErrorCode Modifier and Type Method Description SbomValidationErrorCodeSbomValidationResultSummary. errorCode()TheerrorCoderepresenting the validation failure error if the SBOM validation failed.static SbomValidationErrorCodeSbomValidationErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SbomValidationErrorCodeSbomValidationErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SbomValidationErrorCode[]SbomValidationErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SbomValidationErrorCode Modifier and Type Method Description static Set<SbomValidationErrorCode>SbomValidationErrorCode. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type SbomValidationErrorCode Modifier and Type Method Description SbomValidationResultSummary.BuilderSbomValidationResultSummary.Builder. errorCode(SbomValidationErrorCode errorCode)TheerrorCoderepresenting the validation failure error if the SBOM validation failed.
-