Table of Contents

Class RestoreRequestType

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

Indicates what type of job is being initiated.

public sealed class RestoreRequestType : ConstantClass
Inheritance
RestoreRequestType

Fields

SELECT

public static readonly RestoreRequestType SELECT

Field Value

RestoreRequestType

Methods

FindValue(string)

Finds the RestoreRequestType instance for the string value

public static RestoreRequestType FindValue(string value)

Parameters

value string

Returns

RestoreRequestType

Operators

implicit operator RestoreRequestType(string)

Converts the string to RestoreRequestType instance

public static implicit operator RestoreRequestType(string value)

Parameters

value string

Returns

RestoreRequestType