C# Class Amazon.S3.RequestPayer

Acknowledges that requester pays for the operation.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Requester RequestPayer

Public Methods

Method Description
FindValue ( string value ) : RequestPayer

Finds the RequestPayer instance for the string value.

Private Methods

Method Description
RequestPayer ( string value ) : System

Method Details

FindValue() public static method

Finds the RequestPayer instance for the string value.
public static FindValue ( string value ) : RequestPayer
value string
return RequestPayer

Property Details

Requester public_oe static_oe property

Requester pays for the operation.
public static RequestPayer,Amazon.S3 Requester
return RequestPayer