AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-license-manager
include
aws
license-manager
model
AllowedOperation.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/license-manager/LicenseManager_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
LicenseManager {
12
namespace
Model {
13
enum class
AllowedOperation
{
14
NOT_SET
,
15
CreateGrant
,
16
CheckoutLicense
,
17
CheckoutBorrowLicense
,
18
CheckInLicense
,
19
ExtendConsumptionLicense
,
20
ListPurchasedLicenses
,
21
CreateToken
22
};
23
24
namespace
AllowedOperationMapper {
25
AWS_LICENSEMANAGER_API
AllowedOperation
GetAllowedOperationForName
(
const
Aws::String
& name);
26
27
AWS_LICENSEMANAGER_API
Aws::String
GetNameForAllowedOperation
(
AllowedOperation
value);
28
}
// namespace AllowedOperationMapper
29
}
// namespace Model
30
}
// namespace LicenseManager
31
}
// namespace Aws
Aws::LicenseManager::Model::AllowedOperationMapper::GetNameForAllowedOperation
AWS_LICENSEMANAGER_API Aws::String GetNameForAllowedOperation(AllowedOperation value)
Aws::LicenseManager::Model::AllowedOperationMapper::GetAllowedOperationForName
AWS_LICENSEMANAGER_API AllowedOperation GetAllowedOperationForName(const Aws::String &name)
Aws::LicenseManager::Model::AllowedOperation
AllowedOperation
Definition
AllowedOperation.h:13
Aws::LicenseManager::Model::AllowedOperation::CreateGrant
@ CreateGrant
Aws::LicenseManager::Model::AllowedOperation::ListPurchasedLicenses
@ ListPurchasedLicenses
Aws::LicenseManager::Model::AllowedOperation::CheckoutLicense
@ CheckoutLicense
Aws::LicenseManager::Model::AllowedOperation::CreateToken
@ CreateToken
Aws::LicenseManager::Model::AllowedOperation::CheckInLicense
@ CheckInLicense
Aws::LicenseManager::Model::AllowedOperation::CheckoutBorrowLicense
@ CheckoutBorrowLicense
Aws::LicenseManager::Model::AllowedOperation::ExtendConsumptionLicense
@ ExtendConsumptionLicense
Aws::LicenseManager::Model::ActivationOverrideBehavior::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