AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
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

namespace  Aws
 
namespace  Aws::S3
 
namespace  Aws::S3::Model
 
namespace  Aws::S3::Model::ObjectStorageClassMapper
 

Enumerations

enum class  Aws::S3::Model::ObjectStorageClass {
  Aws::S3::Model::NOT_SET , Aws::S3::Model::STANDARD , Aws::S3::Model::REDUCED_REDUNDANCY , Aws::S3::Model::GLACIER ,
  Aws::S3::Model::STANDARD_IA , Aws::S3::Model::ONEZONE_IA , Aws::S3::Model::INTELLIGENT_TIERING , Aws::S3::Model::DEEP_ARCHIVE ,
  Aws::S3::Model::OUTPOSTS , Aws::S3::Model::GLACIER_IR
}
 

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)