Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescription.clone() |
StreamDescription |
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 |
StreamDescription.withCreationRequestDateTime(Date creationRequestDateTime)
The date and time when the request to create this stream was issued.
|
StreamDescription |
StreamDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The key attribute(s) of the stream's DynamoDB table.
|
StreamDescription |
StreamDescription.withKeySchema(KeySchemaElement... keySchema)
The key attribute(s) of the stream's DynamoDB table.
|
StreamDescription |
StreamDescription.withLastEvaluatedShardId(String lastEvaluatedShardId)
The shard ID of the item where the operation stopped, inclusive of the previous result set.
|
StreamDescription |
StreamDescription.withShards(Collection<Shard> shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withShards(Shard... shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
|
StreamDescription |
StreamDescription.withStreamLabel(String streamLabel)
A timestamp, in ISO 8601 format, for this stream.
|
StreamDescription |
StreamDescription.withStreamStatus(StreamStatus streamStatus)
Indicates the current status of the stream:
|
StreamDescription |
StreamDescription.withStreamStatus(String streamStatus)
Indicates the current status of the stream:
|
StreamDescription |
StreamDescription.withStreamViewType(StreamViewType streamViewType)
Indicates the format of the records within this stream:
|
StreamDescription |
StreamDescription.withStreamViewType(String streamViewType)
Indicates the format of the records within this stream:
|
StreamDescription |
StreamDescription.withTableName(String tableName)
The DynamoDB table with which the stream is associated.
|
Modifier and Type | Method and Description |
---|---|
void |
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 |
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.
|
Copyright © 2023. All rights reserved.