AWS SDK for C++
AWS SDK for C++
|
Namespaces | |
namespace | Defaults |
Classes | |
class | AWSConfigFileProfileConfigLoader |
class | AWSProfileConfigLoader |
class | ConfigAndCredentialsCacheManager |
class | EC2InstanceProfileConfigLoader |
class | Profile |
Variables | |
static const char *const | INSTANCE_PROFILE_KEY = "InstanceProfile" |
AWS_CORE_API void Aws::Config::CleanupConfigAndCredentialsCacheManager | ( | ) |
AWS_CORE_API Aws::Config::Profile Aws::Config::GetCachedConfigProfile | ( | const Aws::String & | profileName | ) |
AWS_CORE_API Aws::Map< Aws::String, Aws::Config::Profile > Aws::Config::GetCachedConfigProfiles | ( | ) |
AWS_CORE_API Aws::String Aws::Config::GetCachedConfigValue | ( | const Aws::String & | key | ) |
AWS_CORE_API Aws::String Aws::Config::GetCachedConfigValue | ( | const Aws::String & | profileName, |
const Aws::String & | key | ||
) |
AWS_CORE_API Aws::Auth::AWSCredentials Aws::Config::GetCachedCredentials | ( | const Aws::String & | profileName | ) |
AWS_CORE_API Aws::Config::Profile Aws::Config::GetCachedCredentialsProfile | ( | const Aws::String & | profileName | ) |
AWS_CORE_API Aws::Map< Aws::String, Aws::Config::Profile > Aws::Config::GetCachedCredentialsProfiles | ( | ) |
AWS_CORE_API bool Aws::Config::HasCachedConfigProfile | ( | const Aws::String & | profileName | ) |
AWS_CORE_API bool Aws::Config::HasCachedCredentialsProfile | ( | const Aws::String & | profileName | ) |
AWS_CORE_API void Aws::Config::InitConfigAndCredentialsCacheManager | ( | ) |
AWS_CORE_API void Aws::Config::ReloadCachedConfigFile | ( | ) |
AWS_CORE_API void Aws::Config::ReloadCachedCredentialsFile | ( | ) |
|
static |
Definition at line 24 of file EC2InstanceProfileConfigLoader.h.