Uses of Class
org.apache.flink.connector.dynamodb.sink.DynamoDbWriteRequestType
-
Packages that use DynamoDbWriteRequestType Package Description org.apache.flink.connector.dynamodb.sink -
-
Uses of DynamoDbWriteRequestType in org.apache.flink.connector.dynamodb.sink
Methods in org.apache.flink.connector.dynamodb.sink that return DynamoDbWriteRequestType Modifier and Type Method Description static DynamoDbWriteRequestTypeDynamoDbWriteRequestType. fromByteValue(byte value)Creates aDynamoDbWriteRequestTypefrom the given byte value.DynamoDbWriteRequestTypeDynamoDbWriteRequest. getType()static DynamoDbWriteRequestTypeDynamoDbWriteRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamoDbWriteRequestType[]DynamoDbWriteRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.connector.dynamodb.sink with parameters of type DynamoDbWriteRequestType Modifier and Type Method Description DynamoDbWriteRequest.BuilderDynamoDbWriteRequest.Builder. setType(DynamoDbWriteRequestType type)
-