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-eventbridge
include
aws
eventbridge
model
ConnectionOAuthHttpMethod.h
1
6
#pragma once
7
#include <aws/eventbridge/EventBridge_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EventBridge
13
{
14
namespace
Model
15
{
16
enum class
ConnectionOAuthHttpMethod
17
{
18
NOT_SET
,
19
GET_
,
20
POST
,
21
PUT
22
};
23
24
namespace
ConnectionOAuthHttpMethodMapper
25
{
26
AWS_EVENTBRIDGE_API
ConnectionOAuthHttpMethod
GetConnectionOAuthHttpMethodForName
(
const
Aws::String
& name);
27
28
AWS_EVENTBRIDGE_API
Aws::String
GetNameForConnectionOAuthHttpMethod
(
ConnectionOAuthHttpMethod
value);
29
}
// namespace ConnectionOAuthHttpMethodMapper
30
}
// namespace Model
31
}
// namespace EventBridge
32
}
// namespace Aws
Aws::EventBridge::Model::ConnectionOAuthHttpMethodMapper::GetConnectionOAuthHttpMethodForName
AWS_EVENTBRIDGE_API ConnectionOAuthHttpMethod GetConnectionOAuthHttpMethodForName(const Aws::String &name)
Aws::EventBridge::Model::ConnectionOAuthHttpMethodMapper::GetNameForConnectionOAuthHttpMethod
AWS_EVENTBRIDGE_API Aws::String GetNameForConnectionOAuthHttpMethod(ConnectionOAuthHttpMethod value)
Aws::EventBridge::Model::ApiDestinationHttpMethod::NOT_SET
@ NOT_SET
Aws::EventBridge::Model::ApiDestinationHttpMethod::GET_
@ GET_
Aws::EventBridge::Model::ApiDestinationHttpMethod::PUT
@ PUT
Aws::EventBridge::Model::ApiDestinationHttpMethod::POST
@ POST
Aws::EventBridge::Model::ConnectionOAuthHttpMethod
ConnectionOAuthHttpMethod
Definition
ConnectionOAuthHttpMethod.h:17
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