Serializable, Comparable<AddressOperations.DomainType>public static enum AddressOperations.DomainType extends Enum<AddressOperations.DomainType>
| Modifier and Type | Method | Description |
|---|---|---|
static AddressOperations.DomainType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AddressOperations.DomainType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressOperations.DomainType EC2
public static final AddressOperations.DomainType VPC
public static AddressOperations.DomainType[] values()
for (AddressOperations.DomainType c : AddressOperations.DomainType.values()) System.out.println(c);
public static AddressOperations.DomainType 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 © 2018. All rights reserved.