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-timestream-write
include
aws
timestream-write
model
TimeUnit.h
1
6
#pragma once
7
#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
TimestreamWrite
13
{
14
namespace
Model
15
{
16
enum class
TimeUnit
17
{
18
NOT_SET
,
19
MILLISECONDS
,
20
SECONDS
,
21
MICROSECONDS
,
22
NANOSECONDS
23
};
24
25
namespace
TimeUnitMapper
26
{
27
AWS_TIMESTREAMWRITE_API
TimeUnit
GetTimeUnitForName
(
const
Aws::String
& name);
28
29
AWS_TIMESTREAMWRITE_API
Aws::String
GetNameForTimeUnit
(
TimeUnit
value);
30
}
// namespace TimeUnitMapper
31
}
// namespace Model
32
}
// namespace TimestreamWrite
33
}
// namespace Aws
Aws::TimestreamWrite::Model::TimeUnitMapper::GetTimeUnitForName
AWS_TIMESTREAMWRITE_API TimeUnit GetTimeUnitForName(const Aws::String &name)
Aws::TimestreamWrite::Model::TimeUnitMapper::GetNameForTimeUnit
AWS_TIMESTREAMWRITE_API Aws::String GetNameForTimeUnit(TimeUnit value)
Aws::TimestreamWrite::Model::TimeUnit
TimeUnit
Definition
TimeUnit.h:17
Aws::TimestreamWrite::Model::TimeUnit::NANOSECONDS
@ NANOSECONDS
Aws::TimestreamWrite::Model::TimeUnit::MICROSECONDS
@ MICROSECONDS
Aws::TimestreamWrite::Model::TimeUnit::SECONDS
@ SECONDS
Aws::TimestreamWrite::Model::TimeUnit::MILLISECONDS
@ MILLISECONDS
Aws::TimestreamWrite::Model::BatchLoadDataFormat::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