MediaPackageClient Class
(QtAws::MediaPackage::MediaPackageClient)The MediaPackageClient class provides access to the AWS Elemental MediaPackage service. More...
| Header: | #include <MediaPackageClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| MediaPackageClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| MediaPackageClient(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
| CreateChannelResponse * | createChannel(const CreateChannelRequest &request) |
| CreateOriginEndpointResponse * | createOriginEndpoint(const CreateOriginEndpointRequest &request) |
| DeleteChannelResponse * | deleteChannel(const DeleteChannelRequest &request) |
| DeleteOriginEndpointResponse * | deleteOriginEndpoint(const DeleteOriginEndpointRequest &request) |
| DescribeChannelResponse * | describeChannel(const DescribeChannelRequest &request) |
| DescribeOriginEndpointResponse * | describeOriginEndpoint(const DescribeOriginEndpointRequest &request) |
| ListChannelsResponse * | listChannels(const ListChannelsRequest &request) |
| ListOriginEndpointsResponse * | listOriginEndpoints(const ListOriginEndpointsRequest &request) |
| RotateChannelCredentialsResponse * | rotateChannelCredentials(const RotateChannelCredentialsRequest &request) |
| UpdateChannelResponse * | updateChannel(const UpdateChannelRequest &request) |
| UpdateOriginEndpointResponse * | updateOriginEndpoint(const UpdateOriginEndpointRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The MediaPackageClient class provides access to the AWS Elemental MediaPackage service.
Member Function Documentation
MediaPackageClient::MediaPackageClient(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 MediaPackageClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
MediaPackageClient::MediaPackageClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads MediaPackageClient().
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] CreateChannelResponse *MediaPackageClient::createChannel(const CreateChannelRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an CreateChannelResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] CreateOriginEndpointResponse *MediaPackageClient::createOriginEndpoint(const CreateOriginEndpointRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an CreateOriginEndpointResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] DeleteChannelResponse *MediaPackageClient::deleteChannel(const DeleteChannelRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an DeleteChannelResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] DeleteOriginEndpointResponse *MediaPackageClient::deleteOriginEndpoint(const DeleteOriginEndpointRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an DeleteOriginEndpointResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] DescribeChannelResponse *MediaPackageClient::describeChannel(const DescribeChannelRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an DescribeChannelResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] DescribeOriginEndpointResponse *MediaPackageClient::describeOriginEndpoint(const DescribeOriginEndpointRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an DescribeOriginEndpointResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] ListChannelsResponse *MediaPackageClient::listChannels(const ListChannelsRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an ListChannelsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] ListOriginEndpointsResponse *MediaPackageClient::listOriginEndpoints(const ListOriginEndpointsRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an ListOriginEndpointsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] RotateChannelCredentialsResponse *MediaPackageClient::rotateChannelCredentials(const RotateChannelCredentialsRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an RotateChannelCredentialsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] UpdateChannelResponse *MediaPackageClient::updateChannel(const UpdateChannelRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an UpdateChannelResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] UpdateOriginEndpointResponse *MediaPackageClient::updateOriginEndpoint(const UpdateOriginEndpointRequest &request)
Sends request to the MediaPackageClient service, and returns a pointer to an UpdateOriginEndpointResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
© 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.