AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <MobileAnalyticsClient.h>
Public Types | |
typedef Aws::Client::AWSJsonClient | BASECLASS |
![]() | |
typedef AWSClient | BASECLASS |
Amazon Mobile Analytics is a service for collecting, visualizing, and understanding app usage data at scale.
Definition at line 84 of file MobileAnalyticsClient.h.
Definition at line 87 of file MobileAnalyticsClient.h.
Aws::MobileAnalytics::MobileAnalyticsClient::MobileAnalyticsClient | ( | const Client::ClientConfiguration & | clientConfiguration = Client::ClientConfiguration() | ) |
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Aws::MobileAnalytics::MobileAnalyticsClient::MobileAnalyticsClient | ( | const Auth::AWSCredentials & | credentials, |
const Client::ClientConfiguration & | clientConfiguration = Client::ClientConfiguration() |
||
) |
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Aws::MobileAnalytics::MobileAnalyticsClient::MobileAnalyticsClient | ( | const std::shared_ptr< Auth::AWSCredentialsProvider > & | credentialsProvider, |
const Client::ClientConfiguration & | clientConfiguration = Client::ClientConfiguration() |
||
) |
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
|
virtual |
|
virtual |
The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.
|
virtual |
The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The PutEvents operation records one or more events. You can have up to 1,500 unique custom events per app, any combination of up to 40 attributes and metrics per custom event, and any number of attribute or metric values.
returns a future to the operation so that it can be executed in parallel to other requests.