AWS SDK for C++
AWS SDK for C++ Version 1.11.712
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-neptune
include
aws
neptune
model
ApplyMethod.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/neptune/Neptune_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Neptune {
12
namespace
Model {
13
enum class
ApplyMethod
{
NOT_SET
,
immediate
,
pending_reboot
};
14
15
namespace
ApplyMethodMapper {
16
AWS_NEPTUNE_API
ApplyMethod
GetApplyMethodForName
(
const
Aws::String
& name);
17
18
AWS_NEPTUNE_API
Aws::String
GetNameForApplyMethod
(
ApplyMethod
value);
19
}
// namespace ApplyMethodMapper
20
}
// namespace Model
21
}
// namespace Neptune
22
}
// namespace Aws
Aws::Neptune::Model::ApplyMethodMapper::GetNameForApplyMethod
AWS_NEPTUNE_API Aws::String GetNameForApplyMethod(ApplyMethod value)
Aws::Neptune::Model::ApplyMethodMapper::GetApplyMethodForName
AWS_NEPTUNE_API ApplyMethod GetApplyMethodForName(const Aws::String &name)
Aws::Neptune::Model::ApplyMethod
ApplyMethod
Definition
ApplyMethod.h:13
Aws::Neptune::Model::ApplyMethod::NOT_SET
@ NOT_SET
Aws::Neptune::Model::ApplyMethod::pending_reboot
@ pending_reboot
Aws::Neptune::Model::ApplyMethod::immediate
@ immediate
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