AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Converts the string representing a storage class that would come back from a ListObjects request to the S3StorageClass enumeration.

Namespace: Amazon.S3.Util
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public S3StorageClass ConvertToS3StorageClass(
         String value
)

Parameters

value
Type: System.String

Amazon S3 string values for storage class

Return Value
Type: Amazon.S3.S3StorageClass
The converted S3StorageClass enumeration

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5