Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormDataSourceType
-
Packages that use FormDataSourceType Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormDataSourceType in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormDataSourceType Modifier and Type Method Description FormDataSourceTypeFormDataTypeConfig. dataSourceType()The data source type, either an Amplify DataStore model or a custom data type.static FormDataSourceTypeFormDataSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FormDataSourceTypeFormDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormDataSourceType[]FormDataSourceType. 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 FormDataSourceType Modifier and Type Method Description static Set<FormDataSourceType>FormDataSourceType. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormDataSourceType Modifier and Type Method Description FormDataTypeConfig.BuilderFormDataTypeConfig.Builder. dataSourceType(FormDataSourceType dataSourceType)The data source type, either an Amplify DataStore model or a custom data type.
-