Uses of Class
com.amazonaws.services.dynamodbv2.model.Stream
Packages that use Stream
-
Uses of Stream in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamModifier and TypeMethodDescriptionStream.clone()Stream.withStreamArn(String streamArn) The Amazon Resource Name (ARN) for the stream.Stream.withStreamLabel(String streamLabel) A timestamp, in ISO 8601 format, for this 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 StreamModifier and TypeMethodDescriptionListStreamsResult.getStreams()A list of stream descriptors associated with the current account and endpoint.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamModifier and TypeMethodDescriptionListStreamsResult.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 StreamModifier and TypeMethodDescriptionvoidListStreamsResult.setStreams(Collection<Stream> streams) A list of stream descriptors associated with the current account and endpoint.ListStreamsResult.withStreams(Collection<Stream> streams) A list of stream descriptors associated with the current account and endpoint.