Uses of Enum
software.amazon.awssdk.services.dynamodb.model.StreamViewType
Packages that use StreamViewType
-
Uses of StreamViewType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamViewTypeModifier and TypeMethodDescriptionstatic StreamViewTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StreamViewTypeStreamDescription.streamViewType()Indicates the format of the records within this stream:final StreamViewTypeStreamRecord.streamViewType()The type of data from the modified DynamoDB item that was captured in this stream record:final StreamViewTypeStreamSpecification.streamViewType()When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.static StreamViewTypeReturns 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 StreamViewTypeMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type StreamViewTypeModifier and TypeMethodDescriptionStreamDescription.Builder.streamViewType(StreamViewType streamViewType) Indicates the format of the records within this stream:StreamRecord.Builder.streamViewType(StreamViewType streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:StreamSpecification.Builder.streamViewType(StreamViewType streamViewType) When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.