Uses of Class
software.amazon.awssdk.services.iot.model.SbomValidationStatus
-
Packages that use SbomValidationStatus Package Description software.amazon.awssdk.services.iot.model -
-
Uses of SbomValidationStatus in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SbomValidationStatus Modifier and Type Method Description static SbomValidationStatusSbomValidationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SbomValidationStatusAssociateSbomWithPackageVersionResponse. sbomValidationStatus()The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.SbomValidationStatusGetPackageVersionResponse. sbomValidationStatus()The status of the validation for a new software bill of materials added to a software package version.static SbomValidationStatusSbomValidationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SbomValidationStatus[]SbomValidationStatus. 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 SbomValidationStatus Modifier and Type Method Description static Set<SbomValidationStatus>SbomValidationStatus. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type SbomValidationStatus Modifier and Type Method Description AssociateSbomWithPackageVersionResponse.BuilderAssociateSbomWithPackageVersionResponse.Builder. sbomValidationStatus(SbomValidationStatus sbomValidationStatus)The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.GetPackageVersionResponse.BuilderGetPackageVersionResponse.Builder. sbomValidationStatus(SbomValidationStatus sbomValidationStatus)The status of the validation for a new software bill of materials added to a software package version.
-