AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
ObjectStorageClass.h File Reference
#include <aws/s3/S3_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::S3
 
 Aws::S3::Model
 
 Aws::S3::Model::ObjectStorageClassMapper
 

Enumerations

enum  Aws::S3::Model::ObjectStorageClass { Aws::S3::Model::ObjectStorageClass::NOT_SET, Aws::S3::Model::ObjectStorageClass::STANDARD, Aws::S3::Model::ObjectStorageClass::REDUCED_REDUNDANCY, Aws::S3::Model::ObjectStorageClass::GLACIER }
 

Functions

AWS_S3_API ObjectStorageClass Aws::S3::Model::ObjectStorageClassMapper::GetObjectStorageClassForName (const Aws::String &name)
 
AWS_S3_API Aws::String Aws::S3::Model::ObjectStorageClassMapper::GetNameForObjectStorageClass (ObjectStorageClass value)