| Package | Description |
|---|---|
| com.baidubce |
| Modifier and Type | Field and Description |
|---|---|
static Region |
BceClientConfiguration.DEFAULT_REGION
The default region.
|
| Modifier and Type | Method and Description |
|---|---|
static Region |
Region.fromValue(String regionId)
Returns the BCE Region enumeration value representing the specified BCE Region ID string.
|
Region |
BceClientConfiguration.getRegion()
Returns the region of service.
|
static Region |
Region.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BceClientConfiguration.setRegion(Region region)
Sets the region of service.
|
BceClientConfiguration |
BceClientConfiguration.withRegion(Region region)
Sets the region of service, and returns the updated configuration instance.
|
Copyright © 2026. All rights reserved.