| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.services.bos | |
| com.baidubce.services.ses | |
| com.baidubce.services.sms |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BosClientConfiguration |
BosClientConfiguration.withRegion(Region region) |
| Modifier and Type | Method and Description |
|---|---|
SesClientConfiguration |
SesClientConfiguration.withRegion(Region region) |
| Modifier and Type | Method and Description |
|---|---|
SmsClientConfiguration |
SmsClientConfiguration.withRegion(Region region) |
Copyright © 2021. All rights reserved.