| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
CreateVariableRequest.dataSource()
The source of the data.
|
DataSource |
Variable.dataSource()
The data source of the variable.
|
static DataSource |
DataSource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DataSource |
DataSource.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataSource> |
DataSource.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateVariableRequest.Builder |
CreateVariableRequest.Builder.dataSource(DataSource dataSource)
The source of the data.
|
Variable.Builder |
Variable.Builder.dataSource(DataSource dataSource)
The data source of the variable.
|
Copyright © 2021. All rights reserved.