Table of Contents

Class ObjectLockMode

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The type of ObjectLockMode

public sealed class ObjectLockMode : ConstantClass
Inheritance
ObjectLockMode

Constructors

ObjectLockMode(string)

public ObjectLockMode(string value)

Parameters

value string

Fields

Compliance

public static readonly ObjectLockMode Compliance

Field Value

ObjectLockMode

Governance

public static readonly ObjectLockMode Governance

Field Value

ObjectLockMode

Methods

FindValue(string)

Finds the ObjectLockMode instance for the string value

public static ObjectLockMode FindValue(string value)

Parameters

value string

Returns

ObjectLockMode

Operators

implicit operator ObjectLockMode(string)

Converts the string to ObjectLockMode instance

public static implicit operator ObjectLockMode(string value)

Parameters

value string

Returns

ObjectLockMode