| Package | Description |
|---|---|
| org.apache.flink.connector.dynamodb.sink |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDbWriteRequestType |
DynamoDbWriteRequestType.fromByteValue(byte value)
Creates a
DynamoDbWriteRequestType from the given byte value. |
DynamoDbWriteRequestType |
DynamoDbWriteRequest.getType() |
static DynamoDbWriteRequestType |
DynamoDbWriteRequestType.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.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoDbWriteRequest.Builder |
DynamoDbWriteRequest.Builder.setType(DynamoDbWriteRequestType type) |
Copyright © 2022–2023 The Apache Software Foundation. All rights reserved.