Share via


ShortTermRetentionPolicyName Class

public final class ShortTermRetentionPolicyName
extends ExpandableStringEnum<ShortTermRetentionPolicyName>

Defines values for ShortTermRetentionPolicyName.

Field Summary

Modifier and Type Field and Description
static final ShortTermRetentionPolicyName DEFAULT

Static value default for ShortTermRetentionPolicyName.

Constructor Summary

Constructor Description
ShortTermRetentionPolicyName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ShortTermRetentionPolicyName value.

Method Summary

Modifier and Type Method and Description
static ShortTermRetentionPolicyName fromString(String name)

Creates or finds a ShortTermRetentionPolicyName from its string representation.

static Collection<ShortTermRetentionPolicyName> values()

Gets known ShortTermRetentionPolicyName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final ShortTermRetentionPolicyName DEFAULT

Static value default for ShortTermRetentionPolicyName.

Constructor Details

ShortTermRetentionPolicyName

@Deprecated
public ShortTermRetentionPolicyName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ShortTermRetentionPolicyName value.

Method Details

fromString

public static ShortTermRetentionPolicyName fromString(String name)

Creates or finds a ShortTermRetentionPolicyName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ShortTermRetentionPolicyName.

values

public static Collection<ShortTermRetentionPolicyName> values()

Gets known ShortTermRetentionPolicyName values.

Returns:

known ShortTermRetentionPolicyName values.

Applies to