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 StreamStream. clone()StreamStream. withStreamArn(String streamArn)The Amazon Resource Name (ARN) for the stream.StreamStream. withStreamLabel(String streamLabel)A timestamp, in ISO 8601 format, for this stream.StreamStream. 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 ListStreamsResultListStreamsResult. 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 voidListStreamsResult. setStreams(Collection<Stream> streams)A list of stream descriptors associated with the current account and endpoint.ListStreamsResultListStreamsResult. withStreams(Collection<Stream> streams)A list of stream descriptors associated with the current account and endpoint.
-