AWS SDK for C++
AWS SDK for C++ Version 1.11.845
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-securityagent
include
aws
securityagent
model
CleanUpStrategy.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SecurityAgent {
12
namespace
Model {
13
enum class
CleanUpStrategy
{
NOT_SET
,
BEST_EFFORT_DELETE
,
RETAIN_ALL
};
14
15
namespace
CleanUpStrategyMapper {
16
AWS_SECURITYAGENT_API
CleanUpStrategy
GetCleanUpStrategyForName
(
const
Aws::String
& name);
17
18
AWS_SECURITYAGENT_API
Aws::String
GetNameForCleanUpStrategy
(
CleanUpStrategy
value);
19
}
// namespace CleanUpStrategyMapper
20
}
// namespace Model
21
}
// namespace SecurityAgent
22
}
// namespace Aws
Aws::SecurityAgent::Model::CleanUpStrategyMapper::GetNameForCleanUpStrategy
AWS_SECURITYAGENT_API Aws::String GetNameForCleanUpStrategy(CleanUpStrategy value)
Aws::SecurityAgent::Model::CleanUpStrategyMapper::GetCleanUpStrategyForName
AWS_SECURITYAGENT_API CleanUpStrategy GetCleanUpStrategyForName(const Aws::String &name)
Aws::SecurityAgent::Model::AccessType::NOT_SET
@ NOT_SET
Aws::SecurityAgent::Model::CleanUpStrategy
CleanUpStrategy
Definition
CleanUpStrategy.h:13
Aws::SecurityAgent::Model::CleanUpStrategy::BEST_EFFORT_DELETE
@ BEST_EFFORT_DELETE
Aws::SecurityAgent::Model::CleanUpStrategy::RETAIN_ALL
@ RETAIN_ALL
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