Open 3D Engine AWSCore Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSCore::AWSCredentialManager Class Reference

#include <AWSCredentialManager.h>

Public Member Functions

void ActivateManager ()
 
void DeactivateManager ()
 

Detailed Description

AWSCredentialManager is the manager to control the lifecycle of AWSCore Gem credential handlers

Member Function Documentation

◆ ActivateManager()

void AWSCore::AWSCredentialManager::ActivateManager ( )

Activate manager and its credential handlers, make sure activation invoked after AWSNativeSDK init to avoid memory leak

◆ DeactivateManager()

void AWSCore::AWSCredentialManager::DeactivateManager ( )

Deactivate manager and its credential handlers, make sure deactivation invoked before AWSNativeSDK shutdown to avoid memory leak


The documentation for this class was generated from the following file: