Uses of Class
software.amazon.awssdk.services.dynamodb.model.StreamSpecification
Packages that use StreamSpecification
-
Uses of StreamSpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamSpecificationModifier and TypeMethodDescriptionfinal StreamSpecificationSourceTableFeatureDetails.streamDescription()Stream settings on the table when the backup was created.final StreamSpecificationCreateTableRequest.streamSpecification()The settings for DynamoDB Streams on the table.final StreamSpecificationTableDescription.streamSpecification()The current DynamoDB Streams configuration for the table.final StreamSpecificationUpdateTableRequest.streamSpecification()Represents the DynamoDB Streams configuration for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type StreamSpecificationModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.streamDescription(StreamSpecification streamDescription) Stream settings on the table when the backup was created.CreateTableRequest.Builder.streamSpecification(StreamSpecification streamSpecification) The settings for DynamoDB Streams on the table.TableDescription.Builder.streamSpecification(StreamSpecification streamSpecification) The current DynamoDB Streams configuration for the table.UpdateTableRequest.Builder.streamSpecification(StreamSpecification streamSpecification) Represents the DynamoDB Streams configuration for the table.