Uses of Class
com.amazonaws.services.dynamodbv2.model.StreamDescription
Packages that use StreamDescription
-
Uses of StreamDescription in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamDescriptionModifier and TypeMethodDescriptionStreamDescription.clone()
DescribeStreamResult.getStreamDescription()
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.StreamDescription.withCreationRequestDateTime
(Date creationRequestDateTime) The date and time when the request to create this stream was issued.StreamDescription.withKeySchema
(KeySchemaElement... keySchema) The key attribute(s) of the stream's DynamoDB table.StreamDescription.withKeySchema
(Collection<KeySchemaElement> keySchema) The key attribute(s) of the stream's DynamoDB table.StreamDescription.withLastEvaluatedShardId
(String lastEvaluatedShardId) The shard ID of the item where the operation stopped, inclusive of the previous result set.StreamDescription.withShards
(Shard... shards) The shards that comprise the stream.StreamDescription.withShards
(Collection<Shard> shards) The shards that comprise the stream.StreamDescription.withStreamArn
(String streamArn) The Amazon Resource Name (ARN) for the stream.StreamDescription.withStreamLabel
(String streamLabel) A timestamp, in ISO 8601 format, for this stream.StreamDescription.withStreamStatus
(StreamStatus streamStatus) Indicates the current status of the stream:StreamDescription.withStreamStatus
(String streamStatus) Indicates the current status of the stream:StreamDescription.withStreamViewType
(StreamViewType streamViewType) Indicates the format of the records within this stream:StreamDescription.withStreamViewType
(String streamViewType) Indicates the format of the records within this stream:StreamDescription.withTableName
(String tableName) The DynamoDB table with which the stream is associated.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamDescriptionModifier and TypeMethodDescriptionvoid
DescribeStreamResult.setStreamDescription
(StreamDescription streamDescription) A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.DescribeStreamResult.withStreamDescription
(StreamDescription streamDescription) A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.