template<typename R , typename E >
template<typename OutcomeT >
template<typename OutcomeT >
enum class Month {
January = 0
, February
, March
, April
,
May
, June
, July
, August
,
September
, October
, November
, December
}
◆ ByteBuffer
◆ ExpectedValue
◆ FutureOutcome
template<typename R , typename E >
Template class representing the std::future object of outcome of calling some other API. It will contain a future of an either a successful result or the failure error. The caller must check whether the outcome of the request was a success before attempting to access the result or the error.
Definition at line 22 of file FutureOutcome.h.
◆ PathMatcherFn
template<typename OutcomeT >
◆ WaiterError
◆ WaiterOutcome
template<typename OutcomeT >
◆ DateFormat
| Enumerator |
|---|
| RFC822 | |
| ISO_8601 | |
| ISO_8601_BASIC | |
| AutoDetect | |
Definition at line 17 of file DateTime.h.
◆ DayOfWeek
| Enumerator |
|---|
| Sunday | |
| Monday | |
| Tuesday | |
| Wednesday | |
| Thursday | |
| Friday | |
| Saturday | |
Definition at line 41 of file DateTime.h.
◆ Month
| Enumerator |
|---|
| January | |
| February | |
| March | |
| April | |
| May | |
| June | |
| July | |
| August | |
| September | |
| October | |
| November | |
| December | |
Definition at line 25 of file DateTime.h.
◆ WaiterErrors
| Enumerator |
|---|
| MAX_ATTEMPTS | |
| INVALID_ACTION | |
Definition at line 22 of file Waiter.h.
◆ WaiterState
| Enumerator |
|---|
| SUCCESS | |
| RETRY | |
| FAILURE | |
Definition at line 21 of file Waiter.h.
◆ GetRandomValue()
AWS_CORE_LOCAL std::mt19937::result_type Aws::Utils::GetRandomValue
(
)
◆ IsValidDnsLabel()
AWS_CORE_API bool Aws::Utils::IsValidDnsLabel
(
const Aws::String &
label)
◆ IsValidHost()
AWS_CORE_API bool Aws::Utils::IsValidHost
(
const Aws::String &
host)
◆ ARRAY_ALLOCATION_TAG
const char* Aws::Utils::ARRAY_ALLOCATION_TAG = "Aws::Array"
static
◆ OUTCOME_LOG_TAG
const char Aws::Utils::OUTCOME_LOG_TAG[] = "Outcome"
static
◆ UUID_BINARY_SIZE
const size_t Aws::Utils::UUID_BINARY_SIZE = 0x10
static