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 StreamSpecification
SourceTableFeatureDetails. streamDescription()
Stream settings on the table when the backup was created.StreamSpecification
CreateTableRequest. streamSpecification()
The settings for DynamoDB Streams on the table.StreamSpecification
TableDescription. streamSpecification()
The current DynamoDB Streams configuration for the table.StreamSpecification
UpdateTableRequest. 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.Builder
SourceTableFeatureDetails.Builder. streamDescription(StreamSpecification streamDescription)
Stream settings on the table when the backup was created.CreateTableRequest.Builder
CreateTableRequest.Builder. streamSpecification(StreamSpecification streamSpecification)
The settings for DynamoDB Streams on the table.TableDescription.Builder
TableDescription.Builder. streamSpecification(StreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.UpdateTableRequest.Builder
UpdateTableRequest.Builder. streamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
-