public enum StreamRegion extends Enum<StreamRegion>
| Enum Constant and Description |
|---|
AP_NORTH_EAST |
AP_SOUTH_EAST |
BASE |
EU_WEST |
LOCAL_TEST |
QA_TEST |
US_EAST |
US_WEST |
| Modifier and Type | Method and Description |
|---|---|
URI |
getEndpoint() |
static StreamRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamRegion BASE
public static final StreamRegion US_EAST
public static final StreamRegion US_WEST
public static final StreamRegion EU_WEST
public static final StreamRegion AP_NORTH_EAST
public static final StreamRegion AP_SOUTH_EAST
public static final StreamRegion LOCAL_TEST
public static final StreamRegion QA_TEST
protected static final String VERSION
public static StreamRegion[] values()
for (StreamRegion c : StreamRegion.values()) System.out.println(c);
public static StreamRegion 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 URI getEndpoint()
Copyright © 2017. All rights reserved.