MediaStoreDataClient Class
(QtAws::MediaStoreData::MediaStoreDataClient)The MediaStoreDataClient class provides access to the AWS Elemental MediaStore Data Plane service. More...
| Header: | #include <MediaStoreDataClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| MediaStoreDataClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| MediaStoreDataClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| DeleteObjectResponse * | deleteObject(const DeleteObjectRequest &request) |
| DescribeObjectResponse * | describeObject(const DescribeObjectRequest &request) |
| GetObjectResponse * | getObject(const GetObjectRequest &request) |
| ListItemsResponse * | listItems(const ListItemsRequest &request) |
| PutObjectResponse * | putObject(const PutObjectRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The MediaStoreDataClient class provides access to the AWS Elemental MediaStore Data Plane service.
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental
Member Function Documentation
MediaStoreDataClient::MediaStoreDataClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a MediaStoreDataClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
MediaStoreDataClient::MediaStoreDataClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads MediaStoreDataClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] DeleteObjectResponse *MediaStoreDataClient::deleteObject(const DeleteObjectRequest &request)
Sends request to the MediaStoreDataClient service, and returns a pointer to an DeleteObjectResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Deletes an object at the specified
[slot] DescribeObjectResponse *MediaStoreDataClient::describeObject(const DescribeObjectRequest &request)
Sends request to the MediaStoreDataClient service, and returns a pointer to an DescribeObjectResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Gets the headers for an object at the specified
[slot] GetObjectResponse *MediaStoreDataClient::getObject(const GetObjectRequest &request)
Sends request to the MediaStoreDataClient service, and returns a pointer to an GetObjectResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Downloads the object at the specified
[slot] ListItemsResponse *MediaStoreDataClient::listItems(const ListItemsRequest &request)
Sends request to the MediaStoreDataClient service, and returns a pointer to an ListItemsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Provides a list of metadata entries about folders and objects in the specified
[slot] PutObjectResponse *MediaStoreDataClient::putObject(const PutObjectRequest &request)
Sends request to the MediaStoreDataClient service, and returns a pointer to an PutObjectResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Uploads an object to the specified path. Object sizes are limited to 10
© 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.