Uses of Class
software.amazon.awssdk.services.frauddetector.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of DataSource in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return DataSource Modifier and Type Method Description DataSourceCreateVariableRequest. dataSource()The source of the data.DataSourceVariable. dataSource()The data source of the variable.static DataSourceDataSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataSourceDataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSource[]DataSource. 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 DataSource Modifier and Type Method Description static Set<DataSource>DataSource. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type DataSource Modifier and Type Method Description CreateVariableRequest.BuilderCreateVariableRequest.Builder. dataSource(DataSource dataSource)The source of the data.Variable.BuilderVariable.Builder. dataSource(DataSource dataSource)The data source of the variable.
-