AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/ssm-sap/SsmSap_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SsmSap {
12
namespace
Model {
13
enum class
DatabaseConnectionMethod
{
NOT_SET
,
DIRECT
,
OVERLAY
};
14
15
namespace
DatabaseConnectionMethodMapper {
16
AWS_SSMSAP_API
DatabaseConnectionMethod
GetDatabaseConnectionMethodForName
(
const
Aws::String
& name);
17
18
AWS_SSMSAP_API
Aws::String
GetNameForDatabaseConnectionMethod
(
DatabaseConnectionMethod
value);
19
}
// namespace DatabaseConnectionMethodMapper
20
}
// namespace Model
21
}
// namespace SsmSap
22
}
// 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:13
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