Uses of Enum
com.amazonaws.services.dynamodbv2.model.StreamViewType
Packages that use StreamViewType
-
Uses of StreamViewType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamViewTypeModifier and TypeMethodDescriptionstatic StreamViewType
Use this in place of valueOf.static StreamViewType
Returns the enum constant of this type with the specified name.static StreamViewType[]
StreamViewType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamViewTypeModifier and TypeMethodDescriptionvoid
StreamDescription.setStreamViewType
(StreamViewType streamViewType) Indicates the format of the records within this stream:void
StreamRecord.setStreamViewType
(StreamViewType streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:void
StreamSpecification.setStreamViewType
(StreamViewType streamViewType) The DynamoDB Streams settings for the table.StreamDescription.withStreamViewType
(StreamViewType streamViewType) Indicates the format of the records within this stream:StreamRecord.withStreamViewType
(StreamViewType streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:StreamSpecification.withStreamViewType
(StreamViewType streamViewType) The DynamoDB Streams settings for the table.