public enum InventoryOptionalField extends Enum<InventoryOptionalField>
Enum Constant and Description |
---|
BucketKeyStatus |
EncryptionStatus |
ETag |
IntelligentTieringAccessTier |
InventoryOptionalField |
IsMultipartUploaded |
LastModifiedDate |
ObjectLockLegalHoldStatus |
ObjectLockMode |
ObjectLockRetainUntilDate |
ReplicationStatus |
Size |
StorageClass |
Modifier and Type | Method and Description |
---|---|
static InventoryOptionalField |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InventoryOptionalField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryOptionalField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InventoryOptionalField Size
public static final InventoryOptionalField LastModifiedDate
public static final InventoryOptionalField StorageClass
public static final InventoryOptionalField ETag
public static final InventoryOptionalField IsMultipartUploaded
public static final InventoryOptionalField ReplicationStatus
public static final InventoryOptionalField InventoryOptionalField
public static final InventoryOptionalField EncryptionStatus
public static final InventoryOptionalField ObjectLockRetainUntilDate
public static final InventoryOptionalField ObjectLockMode
public static final InventoryOptionalField ObjectLockLegalHoldStatus
public static final InventoryOptionalField IntelligentTieringAccessTier
public static final InventoryOptionalField BucketKeyStatus
public static InventoryOptionalField[] values()
for (InventoryOptionalField c : InventoryOptionalField.values()) System.out.println(c);
public static InventoryOptionalField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<InventoryOptionalField>
public static InventoryOptionalField fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2022. All rights reserved.