AWS SDK for C++
AWS SDK for C++ Version 1.11.746
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-s3tables
include
aws
s3tables
model
SSEAlgorithm.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/s3tables/S3Tables_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
S3Tables {
12
namespace
Model {
13
enum class
SSEAlgorithm
{
NOT_SET
,
AES256
,
aws_kms
};
14
15
namespace
SSEAlgorithmMapper {
16
AWS_S3TABLES_API
SSEAlgorithm
GetSSEAlgorithmForName
(
const
Aws::String
& name);
17
18
AWS_S3TABLES_API
Aws::String
GetNameForSSEAlgorithm
(
SSEAlgorithm
value);
19
}
// namespace SSEAlgorithmMapper
20
}
// namespace Model
21
}
// namespace S3Tables
22
}
// namespace Aws
Aws::S3Tables::Model::SSEAlgorithmMapper::GetNameForSSEAlgorithm
AWS_S3TABLES_API Aws::String GetNameForSSEAlgorithm(SSEAlgorithm value)
Aws::S3Tables::Model::SSEAlgorithmMapper::GetSSEAlgorithmForName
AWS_S3TABLES_API SSEAlgorithm GetSSEAlgorithmForName(const Aws::String &name)
Aws::S3Tables::Model::SSEAlgorithm
SSEAlgorithm
Definition
SSEAlgorithm.h:13
Aws::S3Tables::Model::SSEAlgorithm::AES256
@ AES256
Aws::S3Tables::Model::SSEAlgorithm::aws_kms
@ aws_kms
Aws::S3Tables::Model::IcebergCompactionStrategy::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