Uses of Class
org.apache.flink.connector.dynamodb.util.DynamoDbType
-
Packages that use DynamoDbType Package Description org.apache.flink.connector.dynamodb.util -
-
Uses of DynamoDbType in org.apache.flink.connector.dynamodb.util
Methods in org.apache.flink.connector.dynamodb.util that return DynamoDbType Modifier and Type Method Description static DynamoDbTypeDynamoDbType. fromByteValue(byte value)Creates aDynamoDbTypefrom the given byte value.static DynamoDbTypeDynamoDbType. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamoDbType[]DynamoDbType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-