Uses of Class
com.amazonaws.services.dynamodbv2.model.Stream
-
Packages that use Stream Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of Stream in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return Stream Modifier and Type Method 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.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type Stream Modifier and Type Method Description List<Stream>
ListStreamsResult. getStreams()
A list of stream descriptors associated with the current account and endpoint.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type Stream Modifier and Type Method Description ListStreamsResult
ListStreamsResult. withStreams(Stream... streams)
A list of stream descriptors associated with the current account and endpoint.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type Stream Modifier and Type Method 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.
-