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