@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ErrorResourceType extends Enum<ErrorResourceType>
Enum Constant and Description |
---|
API_GATEWAY |
APPLICATION |
ENVIRONMENT |
IAM_ROLE |
LAMBDA |
LOAD_BALANCER_LISTENER |
NLB |
RESOURCE_SHARE |
ROUTE |
ROUTE_TABLE |
SECURITY_GROUP |
SERVICE |
SUBNET |
TARGET_GROUP |
TRANSIT_GATEWAY |
TRANSIT_GATEWAY_ATTACHMENT |
VPC |
VPC_ENDPOINT_SERVICE_CONFIGURATION |
VPC_LINK |
Modifier and Type | Method and Description |
---|---|
static ErrorResourceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ErrorResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorResourceType ENVIRONMENT
public static final ErrorResourceType APPLICATION
public static final ErrorResourceType ROUTE
public static final ErrorResourceType SERVICE
public static final ErrorResourceType TRANSIT_GATEWAY
public static final ErrorResourceType TRANSIT_GATEWAY_ATTACHMENT
public static final ErrorResourceType API_GATEWAY
public static final ErrorResourceType NLB
public static final ErrorResourceType TARGET_GROUP
public static final ErrorResourceType LOAD_BALANCER_LISTENER
public static final ErrorResourceType VPC_LINK
public static final ErrorResourceType LAMBDA
public static final ErrorResourceType VPC
public static final ErrorResourceType SUBNET
public static final ErrorResourceType ROUTE_TABLE
public static final ErrorResourceType SECURITY_GROUP
public static final ErrorResourceType VPC_ENDPOINT_SERVICE_CONFIGURATION
public static final ErrorResourceType RESOURCE_SHARE
public static final ErrorResourceType IAM_ROLE
public static ErrorResourceType[] values()
for (ErrorResourceType c : ErrorResourceType.values()) System.out.println(c);
public static ErrorResourceType 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<ErrorResourceType>
public static ErrorResourceType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.