AWS SDK for C++
AWS SDK for C++ Version 1.11.689
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
namespace
Transfer {
12
namespace
Model {
13
enum class
SftpAuthenticationMethods
{
NOT_SET
,
PASSWORD
,
PUBLIC_KEY
,
PUBLIC_KEY_OR_PASSWORD
,
PUBLIC_KEY_AND_PASSWORD
};
14
15
namespace
SftpAuthenticationMethodsMapper {
16
AWS_TRANSFER_API
SftpAuthenticationMethods
GetSftpAuthenticationMethodsForName
(
const
Aws::String
& name);
17
18
AWS_TRANSFER_API
Aws::String
GetNameForSftpAuthenticationMethods
(
SftpAuthenticationMethods
value);
19
}
// namespace SftpAuthenticationMethodsMapper
20
}
// namespace Model
21
}
// namespace Transfer
22
}
// 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:13
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