public static enum AwsToolUtils.SegmentStoreType extends Enum<AwsToolUtils.SegmentStoreType>
| Modifier and Type | Method and Description |
|---|---|
String |
description(String pathOrUri) |
static AwsToolUtils.SegmentStoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsToolUtils.SegmentStoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsToolUtils.SegmentStoreType TAR
public static final AwsToolUtils.SegmentStoreType AWS
public static AwsToolUtils.SegmentStoreType[] values()
for (AwsToolUtils.SegmentStoreType c : AwsToolUtils.SegmentStoreType.values()) System.out.println(c);
public static AwsToolUtils.SegmentStoreType 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 nullCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.