public enum AgcodHost extends Enum<AgcodHost>
| Enum Constant and Description |
|---|
PROD_EU
European Union
(IT, ES, DE, FR, UK, TR, UAE)
(use region eu-west-1)
|
PROD_FAR_EAST
Far East
(JP, AU)
(use region us-west-2)
|
PROD_NORTH_AMERICA
North America
(US, CA, MX)
(use region us-east-1)
|
SANDBOX_EU
European Union
(IT, ES, DE, FR, UK, TR, UAE)
(use region eu-west-1)
|
SANDBOX_FAR_EAST
Far East
(JP, AU)
(use region us-west-2)
|
SANDBOX_NORTH_AMERICA
North America
(US, CA, MX)
(use region us-east-1)
|
| Modifier and Type | Method and Description |
|---|---|
URI |
getUri() |
static AgcodHost |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgcodHost[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgcodHost SANDBOX_NORTH_AMERICA
public static final AgcodHost SANDBOX_EU
public static final AgcodHost SANDBOX_FAR_EAST
public static final AgcodHost PROD_NORTH_AMERICA
public static final AgcodHost PROD_EU
public static final AgcodHost PROD_FAR_EAST
public static AgcodHost[] values()
for (AgcodHost c : AgcodHost.values()) System.out.println(c);
public static AgcodHost 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 getUri()
Copyright © 2020. All rights reserved.