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 StreamSpecificationStreamSpecification. clone()StreamSpecificationCreateTableRequest. getStreamSpecification()The settings for DynamoDB Streams on the table.StreamSpecificationTableDescription. getStreamSpecification()The current DynamoDB Streams configuration for the table.StreamSpecificationUpdateTableRequest. getStreamSpecification()Represents the DynamoDB Streams configuration for the table.StreamSpecificationStreamSpecification. withStreamEnabled(Boolean streamEnabled)Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.StreamSpecificationStreamSpecification. withStreamViewType(StreamViewType streamViewType)The DynamoDB Streams settings for the table.StreamSpecificationStreamSpecification. 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 voidCreateTableRequest. setStreamSpecification(StreamSpecification streamSpecification)The settings for DynamoDB Streams on the table.voidTableDescription. setStreamSpecification(StreamSpecification streamSpecification)The current DynamoDB Streams configuration for the table.voidUpdateTableRequest. setStreamSpecification(StreamSpecification streamSpecification)Represents the DynamoDB Streams configuration for the table.CreateTableRequestCreateTableRequest. withStreamSpecification(StreamSpecification streamSpecification)The settings for DynamoDB Streams on the table.TableDescriptionTableDescription. withStreamSpecification(StreamSpecification streamSpecification)The current DynamoDB Streams configuration for the table.UpdateTableRequestUpdateTableRequest. withStreamSpecification(StreamSpecification streamSpecification)Represents the DynamoDB Streams configuration for the table.
-