Uses of Class
com.adobe.aco.model.Environment
-
Packages that use Environment Package Description com.adobe.aco.http com.adobe.aco.model -
-
Uses of Environment in com.adobe.aco.http
Methods in com.adobe.aco.http with parameters of type Environment Modifier and Type Method Description static CommerceHttpClientCommerceHttpClientFactory. createHttpClient(AuthService auth, String tenantId, Region region, Environment environment, String baseUrlOverride) -
Uses of Environment in com.adobe.aco.model
Methods in com.adobe.aco.model that return Environment Modifier and Type Method Description EnvironmentClientConfig. getEnvironment()static EnvironmentEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static Environment[]Environment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aco.model with parameters of type Environment Modifier and Type Method Description voidClientConfig. setEnvironment(Environment environment)Constructors in com.adobe.aco.model with parameters of type Environment Constructor Description ClientConfig(AdobeCredentials credentials, String tenantId, Region region, Environment environment)
-