Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.CodegenJobGenericDataSourceType
-
Packages that use CodegenJobGenericDataSourceType Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of CodegenJobGenericDataSourceType in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return CodegenJobGenericDataSourceType Modifier and Type Method Description CodegenJobGenericDataSourceTypeCodegenJobGenericDataSchema. dataSourceType()The type of the data source for the schema.static CodegenJobGenericDataSourceTypeCodegenJobGenericDataSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CodegenJobGenericDataSourceTypeCodegenJobGenericDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CodegenJobGenericDataSourceType[]CodegenJobGenericDataSourceType. 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 CodegenJobGenericDataSourceType Modifier and Type Method Description static Set<CodegenJobGenericDataSourceType>CodegenJobGenericDataSourceType. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type CodegenJobGenericDataSourceType Modifier and Type Method Description CodegenJobGenericDataSchema.BuilderCodegenJobGenericDataSchema.Builder. dataSourceType(CodegenJobGenericDataSourceType dataSourceType)The type of the data source for the schema.
-