Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Stream> |
ListStreamsResult.streams
A list of stream descriptors associated with the current account and
endpoint.
|
Modifier and Type | Method and Description |
---|---|
Stream |
Stream.clone() |
Stream |
Stream.withStreamArn(java.lang.String streamArn)
The Amazon Resource Name (ARN) for the stream.
|
Stream |
Stream.withStreamLabel(java.lang.String streamLabel)
A timestamp, in ISO 8601 format, for this stream.
|
Stream |
Stream.withTableName(java.lang.String tableName)
The DynamoDB table with which the stream is associated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Stream> streams)
A list of stream descriptors associated with the current account and
endpoint.
|
ListStreamsResult |
ListStreamsResult.withStreams(java.util.Collection<Stream> streams)
A list of stream descriptors associated with the current account and
endpoint.
|
Modifier and Type | Method and Description |
---|---|
Stream |
StreamJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StreamJsonMarshaller.marshall(Stream stream,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|