public static enum SessionConfiguration.EndpointRegion extends java.lang.Enum<SessionConfiguration.EndpointRegion>
| Enum Constant and Description |
|---|
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain() |
static SessionConfiguration.EndpointRegion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionConfiguration.EndpointRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionConfiguration.EndpointRegion DEFAULT
public static SessionConfiguration.EndpointRegion[] values()
for (SessionConfiguration.EndpointRegion c : SessionConfiguration.EndpointRegion.values()) System.out.println(c);
public static SessionConfiguration.EndpointRegion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDomain()