AWS SDK for C++AWS SDK for C++ Version 1.11.617 |
#include <AWSCredentials.h>
Simple data object around aws credentials
Definition at line 18 of file AWSCredentials.h.
Initializes an empty credentials set. Empty credentials are not expired by default. Credentials expire only if an expiration date is explicitly set on them.
Definition at line 26 of file AWSCredentials.h.
Initializes object with accessKeyId, secretKey. SessionToken defaults to empty string. Expiration date is set to "never expire".
Definition at line 35 of file AWSCredentials.h.
Initializes object with accessKeyId, secretKey, and sessionToken. Expiration date is set to "never expire".
Definition at line 44 of file AWSCredentials.h.
Initializes object with accessKeyId, secretKey, sessionToken and expiration date.
Definition at line 52 of file AWSCredentials.h.
Initializes object with accessKeyId, secretKey, sessionToken, expiration date and account Id.
Definition at line 60 of file AWSCredentials.h.
5000
)
const
Checks to see if the credentials will expire in a threshold of time
millisecondThreshold | the milliseconds of threshold we will check for expiry. |
Definition at line 100 of file AWSCredentials.h.
Gets the underlying account id
Definition at line 139 of file AWSCredentials.h.
Gets the underlying access key credential
Definition at line 107 of file AWSCredentials.h.
Gets the underlying secret key credential
Definition at line 115 of file AWSCredentials.h.
Gets the expiration date of the credential
Definition at line 131 of file AWSCredentials.h.
Gets the underlying session token
Definition at line 123 of file AWSCredentials.h.
If credentials haven't been initialized or been initialized to empty values. Expiration date does not affect the result of this function.
Definition at line 90 of file AWSCredentials.h.
Definition at line 92 of file AWSCredentials.h.
Definition at line 102 of file AWSCredentials.h.
Definition at line 81 of file AWSCredentials.h.
Definition at line 71 of file AWSCredentials.h.
Sets the underlying account id. Copies from parameter accountId
Definition at line 171 of file AWSCredentials.h.
Sets the underlying account id. Copies from parameter accountId
Definition at line 204 of file AWSCredentials.h.
Sets the underlying access key credential. Copies from parameter accessKeyId.
Definition at line 147 of file AWSCredentials.h.
Sets the underlying access key credential. Copies from parameter accessKeyId.
Definition at line 180 of file AWSCredentials.h.
Sets the underlying secret key credential. Copies from parameter secretKey
Definition at line 155 of file AWSCredentials.h.
Sets the underlying secret key credential. Copies from parameter secretKey
Definition at line 188 of file AWSCredentials.h.
Sets the expiration date of the credential
Definition at line 212 of file AWSCredentials.h.
Sets the underlying session token. Copies from parameter sessionToken
Definition at line 163 of file AWSCredentials.h.
Sets the underlying secret key credential. Copies from parameter secretKey
Definition at line 196 of file AWSCredentials.h.