AWS SDK for C++
0.14.3
AWS SDK for C++
|
Namespaces | |
Base64 | |
Crypto | |
Json | |
Logging | |
Memory | |
RateLimits | |
Stream | |
Threading | |
Xml | |
Classes | |
class | Array |
class | CryptoBuffer |
class | DateTime |
class | EnumParseOverflowContainer |
class | FStreamWithFileName |
class | GetTheLights |
class | HashingUtils |
class | Outcome |
class | StringUtils |
class | TempFile |
class | UUID |
Typedefs | |
typedef Array< unsigned char > | ByteBuffer |
Enumerations | |
enum | DateFormat { DateFormat::RFC822, DateFormat::ISO_8601 } |
enum | Month { Month::January = 0, Month::February, Month::March, Month::April, Month::May, Month::June, Month::July, Month::August, Month::September, Month::October, Month::November, Month::December } |
enum | DayOfWeek { DayOfWeek::Sunday = 0, DayOfWeek::Monday, DayOfWeek::Tuesday, DayOfWeek::Wednesday, DayOfWeek::Thursday, DayOfWeek::Friday, DayOfWeek::Saturday } |
Variables | |
static const char * | ARRAY_ALLOCATION_TAG = "Aws::Array" |
static const size_t | UUID_BINARY_SIZE = 0x10 |
static const size_t | UUID_STR_SIZE = 0x24 |
typedef Array<unsigned char> Aws::Utils::ByteBuffer |
|
strong |
Enumerator | |
---|---|
RFC822 | |
ISO_8601 |
Definition at line 28 of file DateTime.h.
|
strong |
Enumerator | |
---|---|
Sunday | |
Monday | |
Tuesday | |
Wednesday | |
Thursday | |
Friday | |
Saturday |
Definition at line 50 of file DateTime.h.
|
strong |
Enumerator | |
---|---|
January | |
February | |
March | |
April | |
May | |
June | |
July | |
August | |
September | |
October | |
November | |
December |
Definition at line 34 of file DateTime.h.
|
static |