@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.802Z") @Stability(value=Experimental) public enum S3DataType extends Enum<S3DataType>
EXPERIMENTAL
| Enum Constant and Description |
|---|
AUGMENTED_MANIFEST_FILE
Augmented Manifest File Data Type.
|
MANIFEST_FILE
Manifest File Data Type.
|
S3_PREFIX
S3 Prefix Data Type.
|
| Modifier and Type | Method and Description |
|---|---|
static S3DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final S3DataType MANIFEST_FILE
EXPERIMENTAL
@Stability(value=Experimental) public static final S3DataType S3_PREFIX
EXPERIMENTAL
@Stability(value=Experimental) public static final S3DataType AUGMENTED_MANIFEST_FILE
EXPERIMENTAL
public static S3DataType[] values()
for (S3DataType c : S3DataType.values()) System.out.println(c);
public static S3DataType 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 © 2020. All rights reserved.