Uses of Class
software.amazon.awssdk.services.frauddetector.model.DataType
-
Packages that use DataType Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of DataType in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return DataType Modifier and Type Method Description DataTypeCreateVariableRequest. dataType()The data type of the variable.DataTypeVariable. dataType()The data type of the variable.static DataTypeDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type DataType Modifier and Type Method Description static Set<DataType>DataType. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type DataType Modifier and Type Method Description CreateVariableRequest.BuilderCreateVariableRequest.Builder. dataType(DataType dataType)The data type of the variable.Variable.BuilderVariable.Builder. dataType(DataType dataType)The data type of the variable.
-