@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum RecommendationSource extends Enum<RecommendationSource>
Enum Constant and Description |
---|
Aws_config |
Compute_optimizer |
Cost_explorer |
Lse |
Manual |
Pse |
Rds |
Resilience |
Resilience_hub |
Security_hub |
Stir |
Ta_check |
Well_architected |
Modifier and Type | Method and Description |
---|---|
static RecommendationSource |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static RecommendationSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecommendationSource Aws_config
public static final RecommendationSource Compute_optimizer
public static final RecommendationSource Cost_explorer
public static final RecommendationSource Lse
public static final RecommendationSource Manual
public static final RecommendationSource Pse
public static final RecommendationSource Rds
public static final RecommendationSource Resilience
public static final RecommendationSource Resilience_hub
public static final RecommendationSource Security_hub
public static final RecommendationSource Stir
public static final RecommendationSource Ta_check
public static final RecommendationSource Well_architected
public static RecommendationSource[] values()
for (RecommendationSource c : RecommendationSource.values()) System.out.println(c);
public static RecommendationSource 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<RecommendationSource>
public static RecommendationSource fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.