AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <AWSCredentialsProvider.h>
Public Member Functions | |
AWSCredentials () | |
AWSCredentials (const Aws::String &accessKeyId, const Aws::String &secretKey, const Aws::String &sessionToken="") | |
const Aws::String & | GetAWSAccessKeyId () const |
const Aws::String & | GetAWSSecretKey () const |
const Aws::String & | GetSessionToken () const |
void | SetAWSAccessKeyId (const Aws::String &accessKeyId) |
void | SetAWSSecretKey (const Aws::String &secretKey) |
void | SetSessionToken (const Aws::String &sessionToken) |
void | SetAWSAccessKeyId (const char *accessKeyId) |
void | SetAWSSecretKey (const char *secretKey) |
void | SetSessionToken (const char *sessionToken) |
Simple data object around aws credentials
Definition at line 42 of file AWSCredentialsProvider.h.
|
inline |
Definition at line 45 of file AWSCredentialsProvider.h.
|
inline |
Initializes object with accessKeyId, secretKey, and sessionToken. Session token defaults to empty.
Definition at line 52 of file AWSCredentialsProvider.h.
|
inline |
Gets the underlying access key credential
Definition at line 60 of file AWSCredentialsProvider.h.
|
inline |
Gets the underlying secret key credential
Definition at line 68 of file AWSCredentialsProvider.h.
|
inline |
Gets the underlying session token
Definition at line 76 of file AWSCredentialsProvider.h.
|
inline |
Sets the underlying access key credential. Copies from parameter accessKeyId.
Definition at line 84 of file AWSCredentialsProvider.h.
|
inline |
Sets the underlying access key credential. Copies from parameter accessKeyId.
Definition at line 108 of file AWSCredentialsProvider.h.
|
inline |
Sets the underlying secret key credential. Copies from parameter secretKey
Definition at line 92 of file AWSCredentialsProvider.h.
|
inline |
Sets the underlying secret key credential. Copies from parameter secretKey
Definition at line 116 of file AWSCredentialsProvider.h.
|
inline |
Sets the underlyint session token. Copies from parameter sessionToken
Definition at line 100 of file AWSCredentialsProvider.h.
|
inline |
Sets the underlying secret key credential. Copies from parameter secretKey
Definition at line 124 of file AWSCredentialsProvider.h.