Table of Contents

Class ObjectLockRetentionMode

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The type of ObjectLockRetentionMode

public sealed class ObjectLockRetentionMode : ConstantClass
Inheritance
ObjectLockRetentionMode

Constructors

ObjectLockRetentionMode(string)

public ObjectLockRetentionMode(string value)

Parameters

value string

Fields

Compliance

public static readonly ObjectLockRetentionMode Compliance

Field Value

ObjectLockRetentionMode

Governance

public static readonly ObjectLockRetentionMode Governance

Field Value

ObjectLockRetentionMode

Methods

FindValue(string)

Finds the ObjectLockRetentionMode instance for the string value

public static ObjectLockRetentionMode FindValue(string value)

Parameters

value string

Returns

ObjectLockRetentionMode

Operators

implicit operator ObjectLockRetentionMode(string)

Converts the string to ObjectLockRetentionMode instance

public static implicit operator ObjectLockRetentionMode(string value)

Parameters

value string

Returns

ObjectLockRetentionMode