Uses of Class
software.amazon.awssdk.services.dynamodb.model.StreamSpecification
-
Packages that use StreamSpecification Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of StreamSpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamSpecification Modifier and Type Method Description StreamSpecificationSourceTableFeatureDetails. streamDescription()Stream settings on the table when the backup was created.StreamSpecificationCreateTableRequest. streamSpecification()The settings for DynamoDB Streams on the table.StreamSpecificationTableDescription. streamSpecification()The current DynamoDB Streams configuration for the table.StreamSpecificationUpdateTableRequest. streamSpecification()Represents the DynamoDB Streams configuration for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type StreamSpecification Modifier and Type Method Description SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.Builder. streamDescription(StreamSpecification streamDescription)Stream settings on the table when the backup was created.CreateTableRequest.BuilderCreateTableRequest.Builder. streamSpecification(StreamSpecification streamSpecification)The settings for DynamoDB Streams on the table.TableDescription.BuilderTableDescription.Builder. streamSpecification(StreamSpecification streamSpecification)The current DynamoDB Streams configuration for the table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. streamSpecification(StreamSpecification streamSpecification)Represents the DynamoDB Streams configuration for the table.
-