Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
StreamSpecification |
StreamSpecification.clone() |
StreamSpecification |
SourceTableFeatureDetails.getStreamDescription()
Stream settings on the table when the backup was created.
|
StreamSpecification |
UpdateTableRequest.getStreamSpecification()
Represents the DynamoDB Streams configuration for the table.
|
StreamSpecification |
CreateTableRequest.getStreamSpecification()
The settings for DynamoDB Streams on the table.
|
StreamSpecification |
TableDescription.getStreamSpecification()
The current DynamoDB Streams configuration for the table.
|
StreamSpecification |
StreamSpecification.withStreamEnabled(Boolean streamEnabled)
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
|
StreamSpecification |
StreamSpecification.withStreamViewType(StreamViewType streamViewType)
When an item in the table is modified,
StreamViewType determines what information is written to the
stream for this table. |
StreamSpecification |
StreamSpecification.withStreamViewType(String streamViewType)
When an item in the table is modified,
StreamViewType determines what information is written to the
stream for this table. |
Modifier and Type | Method and Description |
---|---|
void |
SourceTableFeatureDetails.setStreamDescription(StreamSpecification streamDescription)
Stream settings on the table when the backup was created.
|
void |
UpdateTableRequest.setStreamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
|
void |
CreateTableRequest.setStreamSpecification(StreamSpecification streamSpecification)
The settings for DynamoDB Streams on the table.
|
void |
TableDescription.setStreamSpecification(StreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withStreamDescription(StreamSpecification streamDescription)
Stream settings on the table when the backup was created.
|
UpdateTableRequest |
UpdateTableRequest.withStreamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
|
CreateTableRequest |
CreateTableRequest.withStreamSpecification(StreamSpecification streamSpecification)
The settings for DynamoDB Streams on the table.
|
TableDescription |
TableDescription.withStreamSpecification(StreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
Copyright © 2021. All rights reserved.