@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum UsageFeature extends Enum<UsageFeature>
Modifier and Type | Method and Description |
---|---|
static UsageFeature |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static UsageFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsageFeature FLOW_LOGS
public static final UsageFeature CLOUD_TRAIL
public static final UsageFeature DNS_LOGS
public static final UsageFeature S3_DATA_EVENTS
public static final UsageFeature EKS_AUDIT_LOGS
public static final UsageFeature EBS_MALWARE_PROTECTION
public static final UsageFeature RDS_LOGIN_EVENTS
public static final UsageFeature LAMBDA_NETWORK_LOGS
public static final UsageFeature EKS_RUNTIME_MONITORING
public static final UsageFeature FARGATE_RUNTIME_MONITORING
public static final UsageFeature EC2_RUNTIME_MONITORING
public static final UsageFeature RDS_DBI_PROTECTION_PROVISIONED
public static final UsageFeature RDS_DBI_PROTECTION_SERVERLESS
public static UsageFeature[] values()
for (UsageFeature c : UsageFeature.values()) System.out.println(c);
public static UsageFeature 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<UsageFeature>
public static UsageFeature fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.