AWS SDK for .NET Documentation
SetObjectStorageClass Method (s3ObjectVer, sClass, s3Client)
AmazonAmazon.S3.UtilAmazonS3UtilSetObjectStorageClass(S3ObjectVersion, S3StorageClass, AmazonS3) Did this page help you?   Yes   No    Tell us about it...
Sets the storage class for the S3 Object Version to the value specified.
Declaration Syntax
C#
public static void SetObjectStorageClass(
	S3ObjectVersion s3ObjectVer,
	S3StorageClass sClass,
	AmazonS3 s3Client
)
Parameters
s3ObjectVer (S3ObjectVersion)
The S3 Object Version whose storage class needs changing
sClass (S3StorageClass)
The new Storage Class for the object
s3Client (AmazonS3)
The Amazon S3 Client to use for S3 specific operations.
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)