Amazon.S3.ServerSideEncryptionCustomerMethod.ServerSideEncryptionCustomerMethod C# (CSharp) Method

ServerSideEncryptionCustomerMethod() public method

Constructs an instance of ServerSideEncryptionCustomerMethod.
public ServerSideEncryptionCustomerMethod ( string value ) : System
value string
return System
        public ServerSideEncryptionCustomerMethod(string value)
            : base(value)
        {
        }
ServerSideEncryptionCustomerMethod