Uses of Class
software.amazon.awssdk.services.deadline.model.JobEntityErrorCode
-
Packages that use JobEntityErrorCode Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobEntityErrorCode in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobEntityErrorCode Modifier and Type Method Description JobEntityErrorCodeEnvironmentDetailsError. code()The error code.JobEntityErrorCodeJobAttachmentDetailsError. code()The error code.JobEntityErrorCodeJobDetailsError. code()The error code.JobEntityErrorCodeStepDetailsError. code()The error code.static JobEntityErrorCodeJobEntityErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JobEntityErrorCodeJobEntityErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static JobEntityErrorCode[]JobEntityErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type JobEntityErrorCode Modifier and Type Method Description static Set<JobEntityErrorCode>JobEntityErrorCode. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobEntityErrorCode Modifier and Type Method Description EnvironmentDetailsError.BuilderEnvironmentDetailsError.Builder. code(JobEntityErrorCode code)The error code.JobAttachmentDetailsError.BuilderJobAttachmentDetailsError.Builder. code(JobEntityErrorCode code)The error code.JobDetailsError.BuilderJobDetailsError.Builder. code(JobEntityErrorCode code)The error code.StepDetailsError.BuilderStepDetailsError.Builder. code(JobEntityErrorCode code)The error code.
-