AWS SDK for C++
AWS SDK for C++ Version 1.11.744
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-mq
include
aws
mq
model
AuthenticationStrategy.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/mq/MQ_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
MQ {
12
namespace
Model {
13
enum class
AuthenticationStrategy
{
NOT_SET
,
SIMPLE
,
LDAP
,
CONFIG_MANAGED
};
14
15
namespace
AuthenticationStrategyMapper {
16
AWS_MQ_API
AuthenticationStrategy
GetAuthenticationStrategyForName
(
const
Aws::String
& name);
17
18
AWS_MQ_API
Aws::String
GetNameForAuthenticationStrategy
(
AuthenticationStrategy
value);
19
}
// namespace AuthenticationStrategyMapper
20
}
// namespace Model
21
}
// namespace MQ
22
}
// namespace Aws
Aws::MQ::Model::AuthenticationStrategyMapper::GetNameForAuthenticationStrategy
AWS_MQ_API Aws::String GetNameForAuthenticationStrategy(AuthenticationStrategy value)
Aws::MQ::Model::AuthenticationStrategyMapper::GetAuthenticationStrategyForName
AWS_MQ_API AuthenticationStrategy GetAuthenticationStrategyForName(const Aws::String &name)
Aws::MQ::Model::AuthenticationStrategy
AuthenticationStrategy
Definition
AuthenticationStrategy.h:13
Aws::MQ::Model::AuthenticationStrategy::NOT_SET
@ NOT_SET
Aws::MQ::Model::AuthenticationStrategy::LDAP
@ LDAP
Aws::MQ::Model::AuthenticationStrategy::CONFIG_MANAGED
@ CONFIG_MANAGED
Aws::MQ::Model::AuthenticationStrategy::SIMPLE
@ SIMPLE
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