@Generated(value="software.amazon.awssdk:codegen") public enum AssetType extends Enum<AssetType>
| Enum Constant and Description |
|---|
API_GATEWAY_API |
LAKE_FORMATION_DATA_PERMISSION |
REDSHIFT_DATA_SHARE |
S3_DATA_ACCESS |
S3_SNAPSHOT |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AssetType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AssetType> |
knownValues()
|
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 final AssetType S3_DATA_ACCESS
public static final AssetType LAKE_FORMATION_DATA_PERMISSION
public static final AssetType UNKNOWN_TO_SDK_VERSION
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 valueCopyright © 2023. All rights reserved.