Uses of Class
com.amazonaws.services.dynamodbv2.model.StreamSpecification
-
Packages that use StreamSpecification Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of StreamSpecification in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamSpecification Modifier and Type Method Description StreamSpecification
StreamSpecification. clone()
StreamSpecification
CreateTableRequest. getStreamSpecification()
The settings for DynamoDB Streams on the table.StreamSpecification
TableDescription. getStreamSpecification()
The current DynamoDB Streams configuration for the table.StreamSpecification
UpdateTableRequest. getStreamSpecification()
Represents the 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)
The DynamoDB Streams settings for the table.StreamSpecification
StreamSpecification. withStreamViewType(String streamViewType)
The DynamoDB Streams settings for the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamSpecification Modifier and Type Method Description 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.void
UpdateTableRequest. setStreamSpecification(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.UpdateTableRequest
UpdateTableRequest. withStreamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
-