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