public enum CloudKarafkaRegion extends Enum<CloudKarafkaRegion>
| Enum Constant and Description |
|---|
AMAZON_WEB_SERVICES_EU_WEST_1 |
AMAZON_WEB_SERVICES_US_EAST_1 |
GOOGLE_COMPUTE_ENGINE_US_CENTRAL1 |
| Modifier and Type | Method and Description |
|---|---|
static CloudKarafkaRegion |
of(String value) |
String |
toString() |
static CloudKarafkaRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudKarafkaRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudKarafkaRegion GOOGLE_COMPUTE_ENGINE_US_CENTRAL1
public static final CloudKarafkaRegion AMAZON_WEB_SERVICES_US_EAST_1
public static final CloudKarafkaRegion AMAZON_WEB_SERVICES_EU_WEST_1
public static CloudKarafkaRegion[] values()
for (CloudKarafkaRegion c : CloudKarafkaRegion.values()) System.out.println(c);
public static CloudKarafkaRegion 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 static CloudKarafkaRegion of(String value)
public String toString()
toString in class Enum<CloudKarafkaRegion>Copyright © 2018. All rights reserved.