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-ssm-sap
include
aws
ssm-sap
model
DatabaseConnectionMethod.h
1
6
#pragma once
7
#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SsmSap
13
{
14
namespace
Model
15
{
16
enum class
DatabaseConnectionMethod
17
{
18
NOT_SET
,
19
DIRECT
,
20
OVERLAY
21
};
22
23
namespace
DatabaseConnectionMethodMapper
24
{
25
AWS_SSMSAP_API
DatabaseConnectionMethod
GetDatabaseConnectionMethodForName
(
const
Aws::String
& name);
26
27
AWS_SSMSAP_API
Aws::String
GetNameForDatabaseConnectionMethod
(
DatabaseConnectionMethod
value);
28
}
// namespace DatabaseConnectionMethodMapper
29
}
// namespace Model
30
}
// namespace SsmSap
31
}
// namespace Aws
Aws::SsmSap::Model::DatabaseConnectionMethodMapper::GetDatabaseConnectionMethodForName
AWS_SSMSAP_API DatabaseConnectionMethod GetDatabaseConnectionMethodForName(const Aws::String &name)
Aws::SsmSap::Model::DatabaseConnectionMethodMapper::GetNameForDatabaseConnectionMethod
AWS_SSMSAP_API Aws::String GetNameForDatabaseConnectionMethod(DatabaseConnectionMethod value)
Aws::SsmSap::Model::DatabaseConnectionMethod
DatabaseConnectionMethod
Definition
DatabaseConnectionMethod.h:17
Aws::SsmSap::Model::DatabaseConnectionMethod::DIRECT
@ DIRECT
Aws::SsmSap::Model::AllocationType::OVERLAY
@ OVERLAY
Aws::SsmSap::Model::AllocationType::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