Uses of Class
com.amazonaws.services.dynamodbv2.model.StreamSpecification
Packages that use StreamSpecification
-
Uses of StreamSpecification in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamSpecificationModifier and TypeMethodDescriptionStreamSpecification.clone()CreateTableRequest.getStreamSpecification()The settings for DynamoDB Streams on the table.TableDescription.getStreamSpecification()The current DynamoDB Streams configuration for the table.UpdateTableRequest.getStreamSpecification()Represents the DynamoDB Streams configuration for the table.StreamSpecification.withStreamEnabled(Boolean streamEnabled) Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.StreamSpecification.withStreamViewType(StreamViewType streamViewType) The DynamoDB Streams settings for the table.StreamSpecification.withStreamViewType(String streamViewType) The DynamoDB Streams settings for the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamSpecificationModifier and TypeMethodDescriptionvoidCreateTableRequest.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.CreateTableRequest.withStreamSpecification(StreamSpecification streamSpecification) The settings for DynamoDB Streams on the table.TableDescription.withStreamSpecification(StreamSpecification streamSpecification) The current DynamoDB Streams configuration for the table.UpdateTableRequest.withStreamSpecification(StreamSpecification streamSpecification) Represents the DynamoDB Streams configuration for the table.