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