public static enum AwsEndPointDefinitions.EService extends Enum<AwsEndPointDefinitions.EService>
| Enum Constant and Description |
|---|
E_AUTOSCALING |
E_CLOUDFORMATION |
E_DB |
E_EC2 |
E_ELASTIC_BEANSTALK |
E_ELASTIC_LOAD_BALANCING |
E_EMAIL |
E_NOTIFICATION |
E_QUEUE |
E_S3 |
| Modifier and Type | Method and Description |
|---|---|
static AwsEndPointDefinitions.EService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsEndPointDefinitions.EService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsEndPointDefinitions.EService E_EC2
public static final AwsEndPointDefinitions.EService E_S3
public static final AwsEndPointDefinitions.EService E_DB
public static final AwsEndPointDefinitions.EService E_EMAIL
public static final AwsEndPointDefinitions.EService E_NOTIFICATION
public static final AwsEndPointDefinitions.EService E_QUEUE
public static final AwsEndPointDefinitions.EService E_AUTOSCALING
public static final AwsEndPointDefinitions.EService E_CLOUDFORMATION
public static final AwsEndPointDefinitions.EService E_ELASTIC_BEANSTALK
public static final AwsEndPointDefinitions.EService E_ELASTIC_LOAD_BALANCING
public static AwsEndPointDefinitions.EService[] values()
for (AwsEndPointDefinitions.EService c : AwsEndPointDefinitions.EService.values()) System.out.println(c);
public static AwsEndPointDefinitions.EService 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 nullCopyright © 2016 as-development.net. All rights reserved.