Uses of Class
com.amazonaws.services.dynamodbv2.model.StreamViewType
-
Packages that use StreamViewType Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of StreamViewType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamViewType Modifier and Type Method Description static StreamViewType
StreamViewType. fromValue(String value)
Use this in place of valueOf.static StreamViewType
StreamViewType. valueOf(String name)
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 StreamViewType Modifier and Type Method Description void
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
StreamDescription. withStreamViewType(StreamViewType streamViewType)
Indicates the format of the records within this stream:StreamRecord
StreamRecord. withStreamViewType(StreamViewType streamViewType)
The type of data from the modified DynamoDB item that was captured in this stream record:StreamSpecification
StreamSpecification. withStreamViewType(StreamViewType streamViewType)
The DynamoDB Streams settings for the table.
-