Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Stream |
Stream.clone() |
Stream |
Stream.withStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
|
Stream |
Stream.withStreamLabel(String streamLabel)
A timestamp, in ISO 8601 format, for this stream.
|
Stream |
Stream.withTableName(String tableName)
The DynamoDB table with which the stream is associated.
|
Modifier and Type | Method and Description |
---|---|
List<Stream> |
ListStreamsResult.getStreams()
A list of stream descriptors associated with the current account and
endpoint.
|
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
ListStreamsResult.withStreams(Stream... streams)
A list of stream descriptors associated with the current account and
endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStreamsResult.setStreams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and
endpoint.
|
ListStreamsResult |
ListStreamsResult.withStreams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and
endpoint.
|
Copyright © 2016. All rights reserved.