Uses of Class
com.adobe.aco.model.Region
-
Packages that use Region Package Description com.adobe.aco.http com.adobe.aco.model -
-
Uses of Region in com.adobe.aco.http
Methods in com.adobe.aco.http with parameters of type Region Modifier and Type Method Description static CommerceHttpClientCommerceHttpClientFactory. createHttpClient(AuthService auth, String tenantId, Region region, Environment environment, String baseUrlOverride) -
Uses of Region in com.adobe.aco.model
Methods in com.adobe.aco.model that return Region Modifier and Type Method Description RegionClientConfig. getRegion()static RegionRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static Region[]Region. 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 Region Modifier and Type Method Description voidClientConfig. setRegion(Region region)Constructors in com.adobe.aco.model with parameters of type Region Constructor Description ClientConfig(AdobeCredentials credentials, String tenantId, Region region, Environment environment)
-