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-license-manager
include
aws
license-manager
model
AllowedOperation.h
1
6
#pragma once
7
#include <aws/license-manager/LicenseManager_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
LicenseManager
13
{
14
namespace
Model
15
{
16
enum class
AllowedOperation
17
{
18
NOT_SET
,
19
CreateGrant
,
20
CheckoutLicense
,
21
CheckoutBorrowLicense
,
22
CheckInLicense
,
23
ExtendConsumptionLicense
,
24
ListPurchasedLicenses
,
25
CreateToken
26
};
27
28
namespace
AllowedOperationMapper
29
{
30
AWS_LICENSEMANAGER_API
AllowedOperation
GetAllowedOperationForName
(
const
Aws::String
& name);
31
32
AWS_LICENSEMANAGER_API
Aws::String
GetNameForAllowedOperation
(
AllowedOperation
value);
33
}
// namespace AllowedOperationMapper
34
}
// namespace Model
35
}
// namespace LicenseManager
36
}
// 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:17
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