Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private StreamSpecification |
UpdateTableRequest.streamSpecification
Represents the DynamoDB Streams configuration for the table.
|
private StreamSpecification |
TableDescription.streamSpecification
The current DynamoDB Streams configuration for the table.
|
private StreamSpecification |
CreateTableRequest.streamSpecification
The settings for DynamoDB Streams on the table.
|
Modifier and Type | Method and Description |
---|---|
StreamSpecification |
StreamSpecification.clone() |
StreamSpecification |
UpdateTableRequest.getStreamSpecification()
Represents the DynamoDB Streams configuration for the table.
|
StreamSpecification |
TableDescription.getStreamSpecification()
The current DynamoDB Streams configuration for the table.
|
StreamSpecification |
CreateTableRequest.getStreamSpecification()
The settings for DynamoDB Streams on the table.
|
StreamSpecification |
StreamSpecification.withStreamEnabled(java.lang.Boolean streamEnabled)
Indicates whether DynamoDB Streams is enabled (true) or disabled (false)
on the table.
|
StreamSpecification |
StreamSpecification.withStreamViewType(StreamViewType streamViewType)
The DynamoDB Streams settings for the table.
|
StreamSpecification |
StreamSpecification.withStreamViewType(java.lang.String streamViewType)
The DynamoDB Streams settings for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setStreamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
|
void |
TableDescription.setStreamSpecification(StreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
void |
CreateTableRequest.setStreamSpecification(StreamSpecification streamSpecification)
The settings for DynamoDB Streams on the table.
|
UpdateTableRequest |
UpdateTableRequest.withStreamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
|
TableDescription |
TableDescription.withStreamSpecification(StreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
CreateTableRequest |
CreateTableRequest.withStreamSpecification(StreamSpecification streamSpecification)
The settings for DynamoDB Streams on the table.
|
Modifier and Type | Method and Description |
---|---|
StreamSpecification |
StreamSpecificationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StreamSpecificationJsonMarshaller.marshall(StreamSpecification streamSpecification,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|