AWSSDK.Glacier by Amazon Web Services

<PackageReference Include="AWSSDK.Glacier" Version="3.7.0.4" />

 CannedACL

public class CannedACL : ConstantClass
Constants used for properties of type CannedACL.
public static readonly CannedACL AuthenticatedRead

Constant AuthenticatedRead for CannedACL

public static readonly CannedACL AwsExecRead

Constant AwsExecRead for CannedACL

public static readonly CannedACL BucketOwnerFullControl

Constant BucketOwnerFullControl for CannedACL

public static readonly CannedACL BucketOwnerRead

Constant BucketOwnerRead for CannedACL

public static readonly CannedACL Private

Constant Private for CannedACL

public static readonly CannedACL PublicRead

Constant PublicRead for CannedACL

public static readonly CannedACL PublicReadWrite

Constant PublicReadWrite for CannedACL

public CannedACL(string value)

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

public static CannedACL FindValue(string value)

Finds the constant for the unique value.

public static CannedACL op_Implicit(string value)

Utility method to convert strings to the constant class.