C# Class Amazon.S3.RequestPayer

Acknowledges that requester pays for the operation.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
Requester RequestPayer

Méthodes publiques

Méthode Description
FindValue ( string value ) : RequestPayer

Finds the RequestPayer instance for the string value.

Private Methods

Méthode Description
RequestPayer ( string value ) : System

Method Details

FindValue() public static méthode

Finds the RequestPayer instance for the string value.
public static FindValue ( string value ) : RequestPayer
value string
Résultat RequestPayer

Property Details

Requester public_oe static_oe property

Requester pays for the operation.
public static RequestPayer,Amazon.S3 Requester
Résultat RequestPayer