Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
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(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(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.
|
Copyright © 2015. All rights reserved.