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-awstransfer
include
aws
awstransfer
model
SftpAuthenticationMethods.h
1
6
#pragma once
7
#include <aws/awstransfer/Transfer_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Transfer
13
{
14
namespace
Model
15
{
16
enum class
SftpAuthenticationMethods
17
{
18
NOT_SET
,
19
PASSWORD
,
20
PUBLIC_KEY
,
21
PUBLIC_KEY_OR_PASSWORD
,
22
PUBLIC_KEY_AND_PASSWORD
23
};
24
25
namespace
SftpAuthenticationMethodsMapper
26
{
27
AWS_TRANSFER_API
SftpAuthenticationMethods
GetSftpAuthenticationMethodsForName
(
const
Aws::String
& name);
28
29
AWS_TRANSFER_API
Aws::String
GetNameForSftpAuthenticationMethods
(
SftpAuthenticationMethods
value);
30
}
// namespace SftpAuthenticationMethodsMapper
31
}
// namespace Model
32
}
// namespace Transfer
33
}
// namespace Aws
Aws::Transfer::Model::SftpAuthenticationMethodsMapper::GetSftpAuthenticationMethodsForName
AWS_TRANSFER_API SftpAuthenticationMethods GetSftpAuthenticationMethodsForName(const Aws::String &name)
Aws::Transfer::Model::SftpAuthenticationMethodsMapper::GetNameForSftpAuthenticationMethods
AWS_TRANSFER_API Aws::String GetNameForSftpAuthenticationMethods(SftpAuthenticationMethods value)
Aws::Transfer::Model::SftpAuthenticationMethods
SftpAuthenticationMethods
Definition
SftpAuthenticationMethods.h:17
Aws::Transfer::Model::SftpAuthenticationMethods::PASSWORD
@ PASSWORD
Aws::Transfer::Model::SftpAuthenticationMethods::PUBLIC_KEY
@ PUBLIC_KEY
Aws::Transfer::Model::SftpAuthenticationMethods::PUBLIC_KEY_AND_PASSWORD
@ PUBLIC_KEY_AND_PASSWORD
Aws::Transfer::Model::SftpAuthenticationMethods::PUBLIC_KEY_OR_PASSWORD
@ PUBLIC_KEY_OR_PASSWORD
Aws::Transfer::Model::AgreementStatusType::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