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-keyspaces
include
aws
keyspaces
model
TableStatus.h
1
6
#pragma once
7
#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Keyspaces
13
{
14
namespace
Model
15
{
16
enum class
TableStatus
17
{
18
NOT_SET
,
19
ACTIVE
,
20
CREATING
,
21
UPDATING
,
22
DELETING
,
23
DELETED
,
24
RESTORING
,
25
INACCESSIBLE_ENCRYPTION_CREDENTIALS
26
};
27
28
namespace
TableStatusMapper
29
{
30
AWS_KEYSPACES_API
TableStatus
GetTableStatusForName
(
const
Aws::String
& name);
31
32
AWS_KEYSPACES_API
Aws::String
GetNameForTableStatus
(
TableStatus
value);
33
}
// namespace TableStatusMapper
34
}
// namespace Model
35
}
// namespace Keyspaces
36
}
// namespace Aws
Aws::Keyspaces::Model::TableStatusMapper::GetNameForTableStatus
AWS_KEYSPACES_API Aws::String GetNameForTableStatus(TableStatus value)
Aws::Keyspaces::Model::TableStatusMapper::GetTableStatusForName
AWS_KEYSPACES_API TableStatus GetTableStatusForName(const Aws::String &name)
Aws::Keyspaces::Model::ClientSideTimestampsStatus::NOT_SET
@ NOT_SET
Aws::Keyspaces::Model::TableStatus
TableStatus
Definition
TableStatus.h:17
Aws::Keyspaces::Model::TableStatus::ACTIVE
@ ACTIVE
Aws::Keyspaces::Model::TableStatus::DELETED
@ DELETED
Aws::Keyspaces::Model::TableStatus::CREATING
@ CREATING
Aws::Keyspaces::Model::TableStatus::INACCESSIBLE_ENCRYPTION_CREDENTIALS
@ INACCESSIBLE_ENCRYPTION_CREDENTIALS
Aws::Keyspaces::Model::TableStatus::DELETING
@ DELETING
Aws::Keyspaces::Model::TableStatus::RESTORING
@ RESTORING
Aws::Keyspaces::Model::TableStatus::UPDATING
@ UPDATING
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