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