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 StreamViewTypeStreamViewType. fromValue(String value)Use this in place of valueOf.static StreamViewTypeStreamViewType. 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 voidStreamDescription. setStreamViewType(StreamViewType streamViewType)Indicates the format of the records within this stream:voidStreamRecord. setStreamViewType(StreamViewType streamViewType)The type of data from the modified DynamoDB item that was captured in this stream record:voidStreamSpecification. setStreamViewType(StreamViewType streamViewType)The DynamoDB Streams settings for the table.StreamDescriptionStreamDescription. withStreamViewType(StreamViewType streamViewType)Indicates the format of the records within this stream:StreamRecordStreamRecord. withStreamViewType(StreamViewType streamViewType)The type of data from the modified DynamoDB item that was captured in this stream record:StreamSpecificationStreamSpecification. withStreamViewType(StreamViewType streamViewType)The DynamoDB Streams settings for the table.
-