AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
ObjectCannedACL.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::ObjectCannedACLMapper
 

Enumerations

enum class  Aws::S3::Model::ObjectCannedACL {
  Aws::S3::Model::NOT_SET , Aws::S3::Model::private_ , Aws::S3::Model::public_read , Aws::S3::Model::public_read_write ,
  Aws::S3::Model::authenticated_read , Aws::S3::Model::aws_exec_read , Aws::S3::Model::bucket_owner_read , Aws::S3::Model::bucket_owner_full_control
}
 

Functions

AWS_S3_API ObjectCannedACL Aws::S3::Model::ObjectCannedACLMapper::GetObjectCannedACLForName (const Aws::String &name)
 
AWS_S3_API Aws::String Aws::S3::Model::ObjectCannedACLMapper::GetNameForObjectCannedACL (ObjectCannedACL value)