AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <ConfigAndCredentialsCacheManager.h>
Stores the contents of config file and credentials file to avoid multiple file readings. At the same time provides the flexibility to reload from file.
Definition at line 23 of file ConfigAndCredentialsCacheManager.h.
Returns cached config value with the specified profile name and key. Using copy instead of const reference to avoid reading bad contents due to thread contention.
Returns cached config profile with the specified profile name. Using copy instead of const reference to avoid reading bad contents due to thread contention.
Returns cached config profiles Using copy instead of const reference to avoid reading bad contents due to thread contention.
Returns cached credentials with the specified profile name. Using copy instead of const reference to avoid reading bad contents due to thread contention.
Returns cached credentials profile with the specified profile name. Using copy instead of const reference to avoid reading bad contents due to thread contention.
Returns cached credentials profiles. Using copy instead of const reference to avoid reading bad contents due to thread contention.