AWS SDK for C++
1.9.1
AWS SDK for C++
aws-cpp-sdk-cloudfront
include
aws
cloudfront
model
SSLSupportMethod.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/cloudfront/CloudFront_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
CloudFront
13
{
14
namespace
Model
15
{
16
enum class
SSLSupportMethod
17
{
18
NOT_SET
,
19
sni_only,
20
vip,
21
static_ip
22
};
23
24
namespace
SSLSupportMethodMapper
25
{
26
AWS_CLOUDFRONT_API
SSLSupportMethod
GetSSLSupportMethodForName
(
const
Aws::String
& name);
27
28
AWS_CLOUDFRONT_API
Aws::String
GetNameForSSLSupportMethod
(
SSLSupportMethod
value);
29
}
// namespace SSLSupportMethodMapper
30
}
// namespace Model
31
}
// namespace CloudFront
32
}
// namespace Aws
Aws::CloudFront::Model::SSLSupportMethodMapper::GetNameForSSLSupportMethod
AWS_CLOUDFRONT_API Aws::String GetNameForSSLSupportMethod(SSLSupportMethod value)
Aws::CloudFront::Model::SSLSupportMethod::NOT_SET
@ NOT_SET
Aws::CloudFront::Model::SSLSupportMethod
SSLSupportMethod
Definition:
SSLSupportMethod.h:17
Aws::CloudFront::Model::SSLSupportMethodMapper::GetSSLSupportMethodForName
AWS_CLOUDFRONT_API SSLSupportMethod GetSSLSupportMethodForName(const Aws::String &name)
AWSString.h
AWS_CLOUDFRONT_API
#define AWS_CLOUDFRONT_API
Definition:
CloudFront_EXPORTS.h:28
CloudFront_EXPORTS.h
Aws
Definition:
AccessManagementClient.h:15
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences