AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-route53
include
aws
route53
model
Statistic.h
1
6
#pragma once
7
#include <aws/route53/Route53_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Route53
13
{
14
namespace
Model
15
{
16
enum class
Statistic
17
{
18
NOT_SET
,
19
Average
,
20
Sum
,
21
SampleCount
,
22
Maximum
,
23
Minimum
24
};
25
26
namespace
StatisticMapper
27
{
28
AWS_ROUTE53_API
Statistic
GetStatisticForName
(
const
Aws::String
& name);
29
30
AWS_ROUTE53_API
Aws::String
GetNameForStatistic
(
Statistic
value);
31
}
// namespace StatisticMapper
32
}
// namespace Model
33
}
// namespace Route53
34
}
// namespace Aws
Aws::Route53::Model::StatisticMapper::GetStatisticForName
AWS_ROUTE53_API Statistic GetStatisticForName(const Aws::String &name)
Aws::Route53::Model::StatisticMapper::GetNameForStatistic
AWS_ROUTE53_API Aws::String GetNameForStatistic(Statistic value)
Aws::Route53::Model::Statistic
Statistic
Definition
Statistic.h:17
Aws::Route53::Model::Statistic::SampleCount
@ SampleCount
Aws::Route53::Model::Statistic::Maximum
@ Maximum
Aws::Route53::Model::Statistic::Sum
@ Sum
Aws::Route53::Model::Statistic::Minimum
@ Minimum
Aws::Route53::Model::Statistic::Average
@ Average
Aws::Route53::Model::AccountLimitType::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences