Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.ListStreams C# (CSharp) Method

ListStreams() public method

Returns an array of stream ARNs associated with the current account and endpoint. If the TableName parameter is present, then ListStreams will return only the streams ARNs for that table.

You can call ListStreams at a maximum rate of 5 times per second.

/// An error occurred on the server side. /// /// The operation tried to access a nonexistent stream. ///
public ListStreams ( ) : Amazon.DynamoDBv2.Model.ListStreamsResponse
return Amazon.DynamoDBv2.Model.ListStreamsResponse
        public ListStreamsResponse ListStreams()
        {
            return ListStreams(new ListStreamsRequest());
        }

Same methods

AmazonDynamoDBStreamsClient::ListStreams ( ListStreamsRequest request ) : Amazon.DynamoDBv2.Model.ListStreamsResponse