Uses of Class
software.amazon.awssdk.services.dynamodb.model.StreamViewType
-
Packages that use StreamViewType Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of StreamViewType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamViewType Modifier and Type Method Description static StreamViewTypeStreamViewType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamViewTypeStreamDescription. streamViewType()Indicates the format of the records within this stream:StreamViewTypeStreamRecord. streamViewType()The type of data from the modified DynamoDB item that was captured in this stream record:StreamViewTypeStreamSpecification. streamViewType()When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.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 software.amazon.awssdk.services.dynamodb.model that return types with arguments of type StreamViewType Modifier and Type Method Description static Set<StreamViewType>StreamViewType. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type StreamViewType Modifier and Type Method Description StreamDescription.BuilderStreamDescription.Builder. streamViewType(StreamViewType streamViewType)Indicates the format of the records within this stream:StreamRecord.BuilderStreamRecord.Builder. streamViewType(StreamViewType streamViewType)The type of data from the modified DynamoDB item that was captured in this stream record:StreamSpecification.BuilderStreamSpecification.Builder. streamViewType(StreamViewType streamViewType)When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.
-