Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private DynamoDBAction |
Action.dynamoDB
Write to a DynamoDB table.
|
Modifier and Type | Method and Description |
---|---|
DynamoDBAction |
DynamoDBAction.clone() |
DynamoDBAction |
Action.getDynamoDB()
Write to a DynamoDB table.
|
DynamoDBAction |
DynamoDBAction.withHashKeyField(java.lang.String hashKeyField)
The hash key name.
|
DynamoDBAction |
DynamoDBAction.withHashKeyValue(java.lang.String hashKeyValue)
The hash key value.
|
DynamoDBAction |
DynamoDBAction.withPayloadField(java.lang.String payloadField)
The action payload.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyField(java.lang.String rangeKeyField)
The range key name.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyValue(java.lang.String rangeKeyValue)
The range key value.
|
DynamoDBAction |
DynamoDBAction.withRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access to the DynamoDB table.
|
DynamoDBAction |
DynamoDBAction.withTableName(java.lang.String tableName)
The name of the DynamoDB table.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setDynamoDB(DynamoDBAction dynamoDB)
Write to a DynamoDB table.
|
Action |
Action.withDynamoDB(DynamoDBAction dynamoDB)
Write to a DynamoDB table.
|
Modifier and Type | Method and Description |
---|---|
DynamoDBAction |
DynamoDBActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBActionJsonMarshaller.marshall(DynamoDBAction dynamoDBAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|