AWS SDK for C++  0.14.3
AWS SDK for C++
Classes | Namespaces | Typedefs
CognitoIdentityClient.h File Reference
#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
#include <aws/cognito-identity/CognitoIdentityErrors.h>
#include <aws/core/client/AWSError.h>
#include <aws/core/client/ClientConfiguration.h>
#include <aws/core/client/AWSClient.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/cognito-identity/model/CreateIdentityPoolResult.h>
#include <aws/cognito-identity/model/DeleteIdentitiesResult.h>
#include <aws/cognito-identity/model/DescribeIdentityResult.h>
#include <aws/cognito-identity/model/DescribeIdentityPoolResult.h>
#include <aws/cognito-identity/model/GetCredentialsForIdentityResult.h>
#include <aws/cognito-identity/model/GetIdResult.h>
#include <aws/cognito-identity/model/GetIdentityPoolRolesResult.h>
#include <aws/cognito-identity/model/GetOpenIdTokenResult.h>
#include <aws/cognito-identity/model/GetOpenIdTokenForDeveloperIdentityResult.h>
#include <aws/cognito-identity/model/ListIdentitiesResult.h>
#include <aws/cognito-identity/model/ListIdentityPoolsResult.h>
#include <aws/cognito-identity/model/LookupDeveloperIdentityResult.h>
#include <aws/cognito-identity/model/MergeDeveloperIdentitiesResult.h>
#include <aws/cognito-identity/model/UpdateIdentityPoolResult.h>
#include <aws/core/NoResult.h>
#include <aws/core/client/AsyncCallerContext.h>
#include <aws/core/http/HttpTypes.h>
#include <future>
#include <functional>

Go to the source code of this file.

Classes

class  Aws::Utils::Outcome< R, E >
 
class  Aws::CognitoIdentity::CognitoIdentityClient
 

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Http
 
 Aws::Utils
 
 Aws::Utils::Threading
 
 Aws::Utils::Json
 
 Aws::Auth
 
 Aws::Client
 
 Aws::CognitoIdentity
 
 Aws::CognitoIdentity::Model
 

Typedefs

typedef Aws::Utils::Outcome< CreateIdentityPoolResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::CreateIdentityPoolOutcome
 
typedef Aws::Utils::Outcome< DeleteIdentitiesResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::DeleteIdentitiesOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::DeleteIdentityPoolOutcome
 
typedef Aws::Utils::Outcome< DescribeIdentityResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::DescribeIdentityOutcome
 
typedef Aws::Utils::Outcome< DescribeIdentityPoolResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::DescribeIdentityPoolOutcome
 
typedef Aws::Utils::Outcome< GetCredentialsForIdentityResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::GetCredentialsForIdentityOutcome
 
typedef Aws::Utils::Outcome< GetIdResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::GetIdOutcome
 
typedef Aws::Utils::Outcome< GetIdentityPoolRolesResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::GetIdentityPoolRolesOutcome
 
typedef Aws::Utils::Outcome< GetOpenIdTokenResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::GetOpenIdTokenOutcome
 
typedef Aws::Utils::Outcome< GetOpenIdTokenForDeveloperIdentityResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::GetOpenIdTokenForDeveloperIdentityOutcome
 
typedef Aws::Utils::Outcome< ListIdentitiesResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::ListIdentitiesOutcome
 
typedef Aws::Utils::Outcome< ListIdentityPoolsResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::ListIdentityPoolsOutcome
 
typedef Aws::Utils::Outcome< LookupDeveloperIdentityResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::LookupDeveloperIdentityOutcome
 
typedef Aws::Utils::Outcome< MergeDeveloperIdentitiesResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::MergeDeveloperIdentitiesOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::SetIdentityPoolRolesOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::UnlinkDeveloperIdentityOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::UnlinkIdentityOutcome
 
typedef Aws::Utils::Outcome< UpdateIdentityPoolResult, Aws::Client::AWSError< CognitoIdentityErrors > > Aws::CognitoIdentity::Model::UpdateIdentityPoolOutcome
 
typedef std::future< CreateIdentityPoolOutcome > Aws::CognitoIdentity::Model::CreateIdentityPoolOutcomeCallable
 
typedef std::future< DeleteIdentitiesOutcome > Aws::CognitoIdentity::Model::DeleteIdentitiesOutcomeCallable
 
typedef std::future< DeleteIdentityPoolOutcome > Aws::CognitoIdentity::Model::DeleteIdentityPoolOutcomeCallable
 
typedef std::future< DescribeIdentityOutcome > Aws::CognitoIdentity::Model::DescribeIdentityOutcomeCallable
 
typedef std::future< DescribeIdentityPoolOutcome > Aws::CognitoIdentity::Model::DescribeIdentityPoolOutcomeCallable
 
typedef std::future< GetCredentialsForIdentityOutcome > Aws::CognitoIdentity::Model::GetCredentialsForIdentityOutcomeCallable
 
typedef std::future< GetIdOutcome > Aws::CognitoIdentity::Model::GetIdOutcomeCallable
 
typedef std::future< GetIdentityPoolRolesOutcome > Aws::CognitoIdentity::Model::GetIdentityPoolRolesOutcomeCallable
 
typedef std::future< GetOpenIdTokenOutcome > Aws::CognitoIdentity::Model::GetOpenIdTokenOutcomeCallable
 
typedef std::future< GetOpenIdTokenForDeveloperIdentityOutcome > Aws::CognitoIdentity::Model::GetOpenIdTokenForDeveloperIdentityOutcomeCallable
 
typedef std::future< ListIdentitiesOutcome > Aws::CognitoIdentity::Model::ListIdentitiesOutcomeCallable
 
typedef std::future< ListIdentityPoolsOutcome > Aws::CognitoIdentity::Model::ListIdentityPoolsOutcomeCallable
 
typedef std::future< LookupDeveloperIdentityOutcome > Aws::CognitoIdentity::Model::LookupDeveloperIdentityOutcomeCallable
 
typedef std::future< MergeDeveloperIdentitiesOutcome > Aws::CognitoIdentity::Model::MergeDeveloperIdentitiesOutcomeCallable
 
typedef std::future< SetIdentityPoolRolesOutcome > Aws::CognitoIdentity::Model::SetIdentityPoolRolesOutcomeCallable
 
typedef std::future< UnlinkDeveloperIdentityOutcome > Aws::CognitoIdentity::Model::UnlinkDeveloperIdentityOutcomeCallable
 
typedef std::future< UnlinkIdentityOutcome > Aws::CognitoIdentity::Model::UnlinkIdentityOutcomeCallable
 
typedef std::future< UpdateIdentityPoolOutcome > Aws::CognitoIdentity::Model::UpdateIdentityPoolOutcomeCallable
 
typedef std::function< void(const CognitoIdentityClient *, const Model::CreateIdentityPoolRequest &, const Model::CreateIdentityPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::CreateIdentityPoolResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::DeleteIdentitiesRequest &, const Model::DeleteIdentitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::DeleteIdentitiesResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::DeleteIdentityPoolRequest &, const Model::DeleteIdentityPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::DeleteIdentityPoolResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::DescribeIdentityRequest &, const Model::DescribeIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::DescribeIdentityResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::DescribeIdentityPoolRequest &, const Model::DescribeIdentityPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::DescribeIdentityPoolResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::GetCredentialsForIdentityRequest &, const Model::GetCredentialsForIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::GetCredentialsForIdentityResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::GetIdRequest &, const Model::GetIdOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::GetIdResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::GetIdentityPoolRolesRequest &, const Model::GetIdentityPoolRolesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::GetIdentityPoolRolesResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::GetOpenIdTokenRequest &, const Model::GetOpenIdTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::GetOpenIdTokenResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::GetOpenIdTokenForDeveloperIdentityRequest &, const Model::GetOpenIdTokenForDeveloperIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::GetOpenIdTokenForDeveloperIdentityResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::ListIdentitiesRequest &, const Model::ListIdentitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::ListIdentitiesResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::ListIdentityPoolsRequest &, const Model::ListIdentityPoolsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::ListIdentityPoolsResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::LookupDeveloperIdentityRequest &, const Model::LookupDeveloperIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::LookupDeveloperIdentityResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::MergeDeveloperIdentitiesRequest &, const Model::MergeDeveloperIdentitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::MergeDeveloperIdentitiesResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::SetIdentityPoolRolesRequest &, const Model::SetIdentityPoolRolesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::SetIdentityPoolRolesResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::UnlinkDeveloperIdentityRequest &, const Model::UnlinkDeveloperIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::UnlinkDeveloperIdentityResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::UnlinkIdentityRequest &, const Model::UnlinkIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::UnlinkIdentityResponseReceivedHandler
 
typedef std::function< void(const CognitoIdentityClient *, const Model::UpdateIdentityPoolRequest &, const Model::UpdateIdentityPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > Aws::CognitoIdentity::UpdateIdentityPoolResponseReceivedHandler