ListStreamsRequest Class
(QtAws::DynamoDBStreams::ListStreamsRequest)The ListStreamsRequest class provides an interface for DynamoDBStreams ListStreams requests. More...
| Header: | #include <ListStreamsRequest> |
| Inherits: | QtAws::DynamoDBStreams::DynamoDBStreamsRequest |
Public Functions
| ListStreamsRequest(const ListStreamsRequest &other) | |
| ListStreamsRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::DynamoDBStreams::DynamoDBStreamsRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::DynamoDBStreams::DynamoDBStreamsRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The ListStreamsRequest class provides an interface for DynamoDBStreams ListStreams requests.
<fullname>Amazon DynamoDB Streams</fullname>
This is the Amazon DynamoDB Streams API Reference. This guide describes the low-level API actions for accessing streams and processing stream records. For information about application development with DynamoDB Streams, see the <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide//Streams.html">Amazon DynamoDB Developer
Guide</a>>
Note that this document is intended for use with the following DynamoDB
documentation> <ul> <li>
<a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a>
</p </li> <li>
<a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/">Amazon DynamoDB API Reference</a>
</p </li> </ul>
The following are short descriptions of each low-level DynamoDB Streams API action, organized by
function> <ul> <li><p><i>DescribeStream</i> - Returns detailed information about a particular stream.</p></li> <li>
<i>GetRecords</i> - Retrieves the stream records from within a
shard> </li> <li>
<i>GetShardIterator</i> - Returns information on how to retrieve the streams record from a shard with a given shard
ID> </li> <li>
<i>ListStreams</i> - Returns a list of all the streams associated with the current AWS account and
See also DynamoDBStreamsClient::listStreams.
Member Function Documentation
ListStreamsRequest::ListStreamsRequest(const ListStreamsRequest &other)
Constructs a copy of other.
ListStreamsRequest::ListStreamsRequest()
Constructs a ListStreamsRequest object.
[override virtual] bool ListStreamsRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *ListStreamsRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a ListStreamsResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.