@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ProtectedResourceType extends Enum<ProtectedResourceType>
| Enum Constant and Description |
|---|
APPLICATION_LOAD_BALANCER |
CLASSIC_LOAD_BALANCER |
CLOUDFRONT_DISTRIBUTION |
ELASTIC_IP_ALLOCATION |
GLOBAL_ACCELERATOR |
ROUTE_53_HOSTED_ZONE |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedResourceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ProtectedResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectedResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtectedResourceType CLOUDFRONT_DISTRIBUTION
public static final ProtectedResourceType ROUTE_53_HOSTED_ZONE
public static final ProtectedResourceType ELASTIC_IP_ALLOCATION
public static final ProtectedResourceType CLASSIC_LOAD_BALANCER
public static final ProtectedResourceType APPLICATION_LOAD_BALANCER
public static final ProtectedResourceType GLOBAL_ACCELERATOR
public static ProtectedResourceType[] values()
for (ProtectedResourceType c : ProtectedResourceType.values()) System.out.println(c);
public static ProtectedResourceType 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<ProtectedResourceType>public static ProtectedResourceType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2023. All rights reserved.