AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
MigrationTypeValue.h File Reference
#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DatabaseMigrationService
 
 Aws::DatabaseMigrationService::Model
 
 Aws::DatabaseMigrationService::Model::MigrationTypeValueMapper
 

Enumerations

enum  Aws::DatabaseMigrationService::Model::MigrationTypeValue { Aws::DatabaseMigrationService::Model::MigrationTypeValue::NOT_SET, Aws::DatabaseMigrationService::Model::MigrationTypeValue::full_load, Aws::DatabaseMigrationService::Model::MigrationTypeValue::cdc, Aws::DatabaseMigrationService::Model::MigrationTypeValue::full_load_and_cdc }
 

Functions

AWS_DATABASEMIGRATIONSERVICE_API MigrationTypeValue Aws::DatabaseMigrationService::Model::MigrationTypeValueMapper::GetMigrationTypeValueForName (const Aws::String &name)
 
AWS_DATABASEMIGRATIONSERVICE_API Aws::String Aws::DatabaseMigrationService::Model::MigrationTypeValueMapper::GetNameForMigrationTypeValue (MigrationTypeValue value)