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