Table of Contents

Class RequestPayer

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

Acknowledges that requester pays for the operation.

public sealed class RequestPayer : ConstantClass
Inheritance
RequestPayer

Fields

Requester

Requester pays for the operation.

public static readonly RequestPayer Requester

Field Value

RequestPayer

Methods

FindValue(string)

Finds the RequestPayer instance for the string value.

public static RequestPayer FindValue(string value)

Parameters

value string

Returns

RequestPayer

Operators

implicit operator RequestPayer(string)

Converts string to RequestPayer instance

public static implicit operator RequestPayer(string value)

Parameters

value string

Returns

RequestPayer