@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum AssetType extends Enum<AssetType>
The type of asset that is added to a data set.
| Enum Constant and Description |
|---|
API_GATEWAY_API |
REDSHIFT_DATA_SHARE |
S3_SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static AssetType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static AssetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetType S3_SNAPSHOT
public static final AssetType REDSHIFT_DATA_SHARE
public static final AssetType API_GATEWAY_API
public static AssetType[] values()
for (AssetType c : AssetType.values()) System.out.println(c);
public static AssetType 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 static AssetType 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.