AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-timestream-query
include
aws
timestream-query
model
ComputeMode.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
TimestreamQuery {
12
namespace
Model {
13
enum class
ComputeMode
{
NOT_SET
,
ON_DEMAND
,
PROVISIONED
};
14
15
namespace
ComputeModeMapper {
16
AWS_TIMESTREAMQUERY_API
ComputeMode
GetComputeModeForName
(
const
Aws::String
&
name
);
17
18
AWS_TIMESTREAMQUERY_API
Aws::String
GetNameForComputeMode
(
ComputeMode
value);
19
}
// namespace ComputeModeMapper
20
}
// namespace Model
21
}
// namespace TimestreamQuery
22
}
// namespace Aws
Aws::TimestreamQuery::Model::ComputeModeMapper::GetComputeModeForName
AWS_TIMESTREAMQUERY_API ComputeMode GetComputeModeForName(const Aws::String &name)
Aws::TimestreamQuery::Model::ComputeModeMapper::GetNameForComputeMode
AWS_TIMESTREAMQUERY_API Aws::String GetNameForComputeMode(ComputeMode value)
Aws::TimestreamQuery::Model::ComputeMode
ComputeMode
Definition
ComputeMode.h:13
Aws::TimestreamQuery::Model::ComputeMode::NOT_SET
@ NOT_SET
Aws::TimestreamQuery::Model::ComputeMode::PROVISIONED
@ PROVISIONED
Aws::TimestreamQuery::Model::ComputeMode::ON_DEMAND
@ ON_DEMAND
Aws
Aws::MakeShared
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences